Skip to content

Commit 489cf01

Browse files
eddumelendezvpavic
authored andcommitted
Polish samples
Fixes gh-698
1 parent 94fc80a commit 489cf01

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

samples/httpsession-gemfire-boot/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ buildscript {
1111
apply from: JAVA_GRADLE
1212
apply plugin: "application"
1313
apply plugin: 'org.springframework.boot'
14-
15-
tasks.findByPath("artifactoryPublish")?.enabled = false
16-
17-
sonarqube {
18-
skipProject = true
19-
}
14+
apply from: SAMPLE_GRADLE
2015

2116
dependencies {
2217
compile "org.springframework.data:spring-data-gemfire:$springDataGemFireVersion",

samples/httpsession-gemfire-clientserver-xml/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
apply from: JAVA_GRADLE
22
apply from: TOMCAT_7_GRADLE
33
apply plugin: "application"
4-
5-
tasks.findByPath("artifactoryPublish")?.enabled = false
6-
7-
sonarqube {
8-
skipProject = true
9-
}
4+
apply from: SAMPLE_GRADLE
105

116
dependencies {
127
compile project(':spring-session-data-gemfire'),

samples/httpsession-redis-json/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ buildscript {
1111
apply plugin: 'org.springframework.boot'
1212

1313
apply from: JAVA_GRADLE
14-
15-
//tasks.findByPath("artifactoryPublish")?.enabled = false
14+
apply from: SAMPLE_GRADLE
1615

1716
group = 'samples'
1817
ext {

0 commit comments

Comments
 (0)