Fixed #3943
This commit is contained in:
@@ -428,4 +428,11 @@ task icongen(dependsOn: classes, type: JavaExec){
|
||||
classpath = sourceSets.main.runtimeClasspath
|
||||
standardInput = System.in
|
||||
workingDir = "../core/assets-raw"
|
||||
}
|
||||
|
||||
task updateScripts(dependsOn: classes, type: JavaExec){
|
||||
main = "mindustry.tools.ScriptMainGenerator"
|
||||
classpath = sourceSets.main.runtimeClasspath
|
||||
standardInput = System.in
|
||||
workingDir = "../"
|
||||
}
|
||||
Reference in New Issue
Block a user