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