Update to final 2024 V2 image (#6034)

Update myRobot java command args
This commit is contained in:
Thad House
2023-12-10 23:52:28 -08:00
committed by GitHub
parent 8723ee5c39
commit 56e5b404d1
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ deploy {
myRobotJava(JavaArtifact) {
jarTask = shadowJar
postdeploy << { ctx ->
ctx.execute("echo '/usr/local/frc/JRE/bin/java -XX:+UseG1GC -XX:MaxGCPauseMillis=1 -XX:GCTimeRatio=1 -Djava.library.path=/usr/local/frc/third-party/lib -Djava.lang.invoke.stringConcat=BC_SB -jar /home/lvuser/myRobot-all.jar' > /home/lvuser/robotCommand")
ctx.execute("echo '/usr/local/frc/JRE/bin/java -XX:+UseSerialGC -Djava.library.path=/usr/local/frc/third-party/lib -Djava.lang.invoke.stringConcat=BC_SB -jar /home/lvuser/myRobot-all.jar' > /home/lvuser/robotCommand")
ctx.execute("chmod +x /home/lvuser/robotCommand; chown lvuser /home/lvuser/robotCommand")
}
}

View File

@@ -15,7 +15,7 @@ nativeUtils {
configureDependencies {
opencvYear = "frc2024"
googleTestYear = "frc2024"
niLibVersion = "2024.2.0"
niLibVersion = "2024.2.1"
opencvVersion = "4.8.0-2"
googleTestVersion = "1.14.0-1"
}