aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2023-04-15 17:59:20 +0200
committerJulien Gouesse <[email protected]>2023-04-15 17:59:20 +0200
commit8500d783d853e0a06db4789dd64879c1a880ecb2 (patch)
tree5750b742af54ee7cdc2d53ca002afb8ee44a8c2f
parent8c65e403f55ab4ac04ca46cc5d6e2225cd3fc913 (diff)
Fixes the destination path of the Maven artifacts
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 19a951c..9d40908 100644
--- a/build.gradle
+++ b/build.gradle
@@ -119,7 +119,7 @@ tasks.register('publishToJogAmpMavenArdor3d') {
doLast {
// Invokes the scp Ant task. (Use gradle -i to see the output of the Ant task.)
- ant.scp(todir: '[email protected]:/srv/www/jogamp.org/deployment/maven-ardor3d/org/jogamp/',
+ ant.scp(todir: '[email protected]:/srv/www/jogamp.org/deployment/maven-ardor3d/org/jogamp/ardor3d',
keyfile: '${user.home}/.ssh/id_rsa',
passphrase: passphrase as String, // Use phassphrase entered by the user.
sftp: 'false',