diff options
author | Julien Gouesse <[email protected]> | 2023-04-15 18:23:58 +0200 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2023-04-15 18:23:58 +0200 |
commit | 089ddb7d1cc078ba41e38d57e4209377a0424524 (patch) | |
tree | 2a3d957a5ef243731e7364a5b66a891d0912882f | |
parent | 8500d783d853e0a06db4789dd64879c1a880ecb2 (diff) |
Removes an obsolete comment
-rw-r--r-- | build.gradle | 2 |
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') { |