File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed
httpsession-gemfire-clientserver-xml Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,7 @@ buildscript {
1111apply from : JAVA_GRADLE
1212apply plugin : " application"
1313apply plugin : ' org.springframework.boot'
14-
15- tasks. findByPath(" artifactoryPublish" )?. enabled = false
16-
17- sonarqube {
18- skipProject = true
19- }
14+ apply from : SAMPLE_GRADLE
2015
2116dependencies {
2217 compile " org.springframework.data:spring-data-gemfire:$springDataGemFireVersion " ,
Original file line number Diff line number Diff line change 11apply from : JAVA_GRADLE
22apply from : TOMCAT_7_GRADLE
33apply plugin : " application"
4-
5- tasks. findByPath(" artifactoryPublish" )?. enabled = false
6-
7- sonarqube {
8- skipProject = true
9- }
4+ apply from : SAMPLE_GRADLE
105
116dependencies {
127 compile project(' :spring-session-data-gemfire' ),
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ buildscript {
1111apply plugin : ' org.springframework.boot'
1212
1313apply from : JAVA_GRADLE
14-
15- // tasks.findByPath("artifactoryPublish")?.enabled = false
14+ apply from : SAMPLE_GRADLE
1615
1716group = ' samples'
1817ext {
You can’t perform that action at this time.
0 commit comments