Disable Artifactory Deploy for Spring Boot Sample

Fixes gh-94
This commit is contained in:
Rob Winch
2015-01-07 15:34:30 -06:00
parent 3be96d903b
commit 4fd62ae0af

View File

@@ -11,6 +11,8 @@ apply plugin: 'spring-boot'
apply from: JAVA_GRADLE
tasks.findByPath("artifactoryPublish")?.enabled = false
group = 'samples'
dependencies {