Use deploy-utils instead of an external ssh plugin (#2077)

This commit is contained in:
Gold856
2025-08-22 02:10:13 -04:00
committed by GitHub
parent 7d927aca3b
commit fcbc392d83
4 changed files with 66 additions and 67 deletions

View File

@@ -41,6 +41,8 @@ Note that these are case sensitive!
* linuxarm64
* linuxathena
- `-PtgtIP`: Specifies where `./gradlew deploy` should try to copy the fat JAR to
- `-PtgtUser`: Specifies custom username for `./gradlew deploy` to SSH into
- `-PtgtPw`: Specifies custom password for `./gradlew deploy` to SSH into
- `-Pprofile`: enables JVM profiling
- `-PwithSanitizers`: On Linux, enables `-fsanitize=address,undefined,leak`