JITPack appears to be throwing a fit

This commit is contained in:
Anuken
2021-06-14 11:15:06 -04:00
parent e5b80c37eb
commit 31c39e0148
2 changed files with 3 additions and 1 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"