Disable Artifactory Deploy for WebSocket Sample

Fixes gh-95
This commit is contained in:
Rob Winch
2015-01-07 15:34:52 -06:00
parent 4fd62ae0af
commit d62d5a8731

View File

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