Add Sonar

This commit is contained in:
Rob Winch
2014-07-03 16:10:42 -05:00
parent bad70bb0ca
commit 722082a95c
3 changed files with 30 additions and 0 deletions

View File

@@ -2,6 +2,9 @@ apply from: JAVA_GRADLE
apply from: TOMCAT_GRADLE
tasks.findByPath("artifactoryPublish")?.enabled = false
sonarRunner {
skipProject = true
}
dependencies {
compile project(':spring-session'),