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",

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'),

View File

@@ -11,8 +11,7 @@ buildscript {
apply plugin: 'org.springframework.boot'
apply from: JAVA_GRADLE
//tasks.findByPath("artifactoryPublish")?.enabled = false
apply from: SAMPLE_GRADLE
group = 'samples'
ext {