diff --git a/build.gradle b/build.gradle index 37fead1f9..daf0dce7c 100644 --- a/build.gradle +++ b/build.gradle @@ -24,14 +24,6 @@ plugins { id 'com.jfrog.artifactory' version '5.1.11' } -artifactory { - publish { - defaults { - publications('ALL_PUBLICATIONS') - } - } -} - artifactoryPublish.skip = true ext { @@ -250,6 +242,14 @@ configure(subprojects - project(":spring-build-src")) { subproject -> } } } + + artifactory { + publish { + defaults { + publications('ALL_PUBLICATIONS') + } + } + } } subprojects {