Externalize sample.gradle

This commit is contained in:
Rob Winch
2016-03-30 10:15:57 -05:00
parent 3bb96e8e82
commit f8f6ee20c0
13 changed files with 15 additions and 53 deletions

View File

@@ -1,10 +1,6 @@
apply from: JAVA_GRADLE
apply from: TOMCAT_6_GRADLE
tasks.findByPath("artifactoryPublish")?.enabled = false
sonarqube {
skipProject = true
}
apply from: SAMPLE_GRADLE
dependencies {
compile project(':spring-session-data-redis'),