aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2023-04-15 18:23:58 +0200
committerJulien Gouesse <[email protected]>2023-04-15 18:23:58 +0200
commit089ddb7d1cc078ba41e38d57e4209377a0424524 (patch)
tree2a3d957a5ef243731e7364a5b66a891d0912882f
parent8500d783d853e0a06db4789dd64879c1a880ecb2 (diff)
Removes an obsolete comment
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 9d40908..39085a0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -121,7 +121,7 @@ tasks.register('publishToJogAmpMavenArdor3d') {
// 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/ardor3d',
keyfile: '${user.home}/.ssh/id_rsa',
- passphrase: passphrase as String, // Use phassphrase entered by the user.
+ passphrase: passphrase as String,
sftp: 'false',
trust: 'true',
verbose: 'true') {