Add sonar-plugin to Gradle build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776072 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2016-12-26 20:47:29 +00:00
parent 9511afda99
commit df66760bfc
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ buildscript {
}
}
plugins {
id "org.sonarqube" version "2.2.1"
}
// For help converting an Ant build to a Gradle build, see
// https://docs.gradle.org/current/userguide/ant.html