Polish samples

Closes gh-986
This commit is contained in:
Eddú Meléndez
2017-01-04 02:35:17 +01:00
committed by Vedran Pavic
parent d271a4ad1d
commit 92af786e6b
3 changed files with 3 additions and 14 deletions

View File

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