mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-05-28 17:06:34 +03:00
No more assetsJar until jitpack is fixed
This commit is contained in:
@@ -452,9 +452,10 @@ configure([":core", ":server"].collect{project(it)}){
|
|||||||
publications{
|
publications{
|
||||||
maven(MavenPublication){
|
maven(MavenPublication){
|
||||||
from components.java
|
from components.java
|
||||||
if(project.name == "core"){
|
//TODO: uncomment this once the jitpack packing is fixed (currently depends on a newer glibc version)
|
||||||
artifact(tasks.named("assetsJar"))
|
//if(project.name == "core"){
|
||||||
}
|
// artifact(tasks.named("assetsJar"))
|
||||||
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
jdk:
|
jdk:
|
||||||
- openjdk16
|
- openjdk17
|
||||||
before_install:
|
before_install:
|
||||||
- wget https://github.com/sormuras/bach/raw/releases/11/install-jdk.sh
|
- wget https://github.com/sormuras/bach/raw/releases/11/install-jdk.sh
|
||||||
- source install-jdk.sh --feature 17
|
- source install-jdk.sh --feature 17
|
||||||
|
|||||||
Reference in New Issue
Block a user