fixed generation ofo elytrarace

This commit is contained in:
2026-07-20 13:47:25 +02:00
parent 0d7f1fc646
commit 7d60c74d85
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -62,3 +62,7 @@ tasks.register('copyJarToServer', Exec) {
commandLine 'scp', 'build/libs/Minigames-1.0-SNAPSHOT.jar', 'root@10.20.6.5:/root/minigames'
}
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:deprecation"
}