mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-02 04:13:44 +07:00
JITPack appears to be throwing a fit
This commit is contained in:
parent
e5b80c37eb
commit
31c39e0148
@ -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"
|
||||
|
@ -1,3 +1,5 @@
|
||||
jdk:
|
||||
- openjdk16
|
||||
before_install:
|
||||
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
|
||||
- source install-jdk.sh --feature 16
|
||||
|
Loading…
Reference in New Issue
Block a user