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

@@ -4,7 +4,7 @@ apply plugin: "application"
tasks.findByPath("artifactoryPublish")?.enabled = false
sonarRunner {
sonarqube {
skipProject = true
}