mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-21 03:51:41 -08:00
No more assetsJar until jitpack is fixed
This commit is contained in:
parent
be4dd84a13
commit
3d34d95c74
2 changed files with 5 additions and 4 deletions
|
|
@ -452,9 +452,10 @@ configure([":core", ":server"].collect{project(it)}){
|
|||
publications{
|
||||
maven(MavenPublication){
|
||||
from components.java
|
||||
if(project.name == "core"){
|
||||
artifact(tasks.named("assetsJar"))
|
||||
}
|
||||
//TODO: uncomment this once the jitpack packing is fixed (currently depends on a newer glibc version)
|
||||
//if(project.name == "core"){
|
||||
// artifact(tasks.named("assetsJar"))
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
jdk:
|
||||
- openjdk16
|
||||
- openjdk17
|
||||
before_install:
|
||||
- wget https://github.com/sormuras/bach/raw/releases/11/install-jdk.sh
|
||||
- source install-jdk.sh --feature 17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue