Updated global script
This commit is contained in:
@@ -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 = "../"
|
||||
}
|
||||
Reference in New Issue
Block a user