Polish build.gradle samples
Disable publishing samples artifacts. Fixes gh-518
This commit is contained in:
@@ -11,8 +11,7 @@ apply plugin: 'spring-boot'
|
||||
|
||||
apply from: JAVA_GRADLE
|
||||
apply from: TOMCAT_7_GRADLE
|
||||
|
||||
tasks.findByPath("artifactoryPublish")?.enabled = false
|
||||
apply from: SAMPLE_GRADLE
|
||||
|
||||
group = 'samples'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user