Polish samples

Fixes gh-698
This commit is contained in:
Eddú Meléndez
2017-01-03 20:35:17 -05:00
committed by Vedran Pavic
parent 94fc80a8f0
commit 489cf01812
3 changed files with 3 additions and 14 deletions

View File

@@ -11,12 +11,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 "org.springframework.data:spring-data-gemfire:$springDataGemFireVersion",