From 9e042e6bb8fd170e33f309edbfed672896c5fa35 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Mon, 11 Dec 2023 15:47:04 +0100 Subject: [PATCH] Fix declaration of artifactory publish information --- build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 {