diff --git a/samples/boot/build.gradle b/samples/boot/build.gradle index a9f42ca..3fd1f07 100644 --- a/samples/boot/build.gradle +++ b/samples/boot/build.gradle @@ -11,6 +11,8 @@ apply plugin: 'spring-boot' apply from: JAVA_GRADLE +tasks.findByPath("artifactoryPublish")?.enabled = false + group = 'samples' dependencies {