Polish samples

Fixes gh-705
This commit is contained in:
Eddú Meléndez
2017-01-04 02:35:17 +01:00
committed by Vedran Pavic
parent 7a138ea1ca
commit e192cae078
3 changed files with 3 additions and 14 deletions

View File

@@ -1,12 +1,7 @@
apply from: JAVA_GRADLE
apply from: TOMCAT_7_GRADLE
apply plugin: "application"
tasks.findByPath("artifactoryPublish")?.enabled = false
sonarqube {
skipProject = true
}
apply from: SAMPLE_GRADLE
dependencies {
compile project(':spring-session-data-gemfire'),