From efc1acb1c42940af03049bf52f8b014fbf1b9f2b Mon Sep 17 00:00:00 2001 From: Julien Gouesse Date: Sat, 15 Apr 2023 18:54:20 +0200 Subject: Refreshes the local Maven cache before uploading the Maven artifacts --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 96ab6df..8c9eacf 100644 --- a/build.gradle +++ b/build.gradle @@ -108,6 +108,7 @@ artifacts.archives packageSources tasks.register('publishToJogAmpMavenArdor3d') { description = 'Publishes all Maven publications produced by this project to the remote JogAmp Maven repository.' group = "Publishing" + dependsOn publishToMavenLocal // Refreshes the local Maven cache before uploading def passphrase = project.property('JogAmpScpPassword') -- cgit v1.2.3