Disable Artifactory Deploy for Spring Boot Sample
Fixes gh-94
This commit is contained in:
@@ -11,6 +11,8 @@ apply plugin: 'spring-boot'
|
||||
|
||||
apply from: JAVA_GRADLE
|
||||
|
||||
tasks.findByPath("artifactoryPublish")?.enabled = false
|
||||
|
||||
group = 'samples'
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user