This commit is contained in:
Anuken 2020-05-18 11:12:07 -04:00
parent dcbe4072dc
commit a12ff624e5
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=
archash=41fc7758d3853b18fdeb2e4c657a99895f44e721

View File

@ -296,7 +296,6 @@ task pack(dependsOn: classes){
javaexec{
main = "mindustry.tools.ImagePacker"
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = genFolder
}