Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions samples/httpsession-gemfire-boot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
7 changes: 1 addition & 6 deletions samples/httpsession-gemfire-clientserver-xml/build.gradle
Original file line number Diff line number Diff line change
@@ -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'),
Expand Down
3 changes: 1 addition & 2 deletions samples/httpsession-redis-json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ buildscript {
apply plugin: 'org.springframework.boot'

apply from: JAVA_GRADLE

//tasks.findByPath("artifactoryPublish")?.enabled = false
apply from: SAMPLE_GRADLE

group = 'samples'
ext {
Expand Down