Update to Sonarqube Plugin

See gh-427
This commit is contained in:
Eddú Meléndez
2016-03-15 07:59:18 +10:00
parent a58d4f64fb
commit 68823eec29
15 changed files with 20 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ apply from: JAVA_GRADLE
apply from: TOMCAT_7_GRADLE
tasks.findByPath("artifactoryPublish")?.enabled = false
sonarRunner {
sonarqube {
skipProject = true
}