fixed generation ofo elytrarace
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user