Polish build.gradle samples

Disable publishing samples artifacts.

Fixes gh-518
This commit is contained in:
Eddú Meléndez
2016-06-19 03:01:35 +10:00
parent afb9a11abf
commit 00004e2f50
9 changed files with 9 additions and 28 deletions

View File

@@ -1,11 +1,6 @@
apply from: JAVA_GRADLE
apply from: TOMCAT_7_GRADLE
tasks.findByPath("artifactoryPublish")?.enabled = false
sonarqube {
skipProject = true
}
apply from: SAMPLE_GRADLE
dependencies {
compile project(':spring-session-data-gemfire'),