diff --git a/samples/web/build.gradle b/samples/web/build.gradle index 73c593e..c50f10a 100644 --- a/samples/web/build.gradle +++ b/samples/web/build.gradle @@ -1,6 +1,8 @@ apply from: JAVA_GRADLE apply from: TOMCAT_GRADLE +tasks.findByPath("artifactoryPublish")?.enabled = false + dependencies { compile project(':spring-session'), "org.springframework:spring-web:$springVersion",