# Conflicts:

#	core/src/mindustry/mod/ClassMap.java
This commit is contained in:
Anuken
2021-06-15 19:29:12 -04:00
parent ac111677c0
commit eed91eaaa0
72 changed files with 820 additions and 704 deletions

View File

@@ -48,7 +48,7 @@ task dist(type: Jar, dependsOn: configurations.runtimeClasspath){
}
}
if(!project.ext.hasSprites()){
if(!project.ext.hasSprites() && System.getenv("JITPACK") != "true"){
println "Scheduling sprite packing."
run.dependsOn ":tools:pack"
dist.dependsOn ":tools:pack"