Updated global script

This commit is contained in:
Anuken
2021-02-13 11:56:40 -05:00
parent 9050937900
commit 56e41309b1
4 changed files with 64 additions and 45 deletions

View File

@@ -435,4 +435,11 @@ task updateScripts(dependsOn: classes, type: JavaExec){
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = "../"
}
task genBindings(dependsOn: classes, type: JavaExec){
main = "mindustry.tools.BindingsGenerator"
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = "../"
}