aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2023-04-15 18:54:20 +0200
committerJulien Gouesse <[email protected]>2023-04-15 18:54:20 +0200
commitefc1acb1c42940af03049bf52f8b014fbf1b9f2b (patch)
treef00d18542c3d67493d3b58ed39231b8f8be148ed
parent3d12b05477d1ac532be2567bc00eb8ed035efecf (diff)
Refreshes the local Maven cache before uploading the Maven artifacts
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
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')