# Conflicts:
# core/src/mindustry/mod/ClassMap.java
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user