Skip to content

Commit 3d34d95

Browse files
committed
No more assetsJar until jitpack is fixed
1 parent be4dd84 commit 3d34d95

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,10 @@ configure([":core", ":server"].collect{project(it)}){
452452
publications{
453453
maven(MavenPublication){
454454
from components.java
455-
if(project.name == "core"){
456-
artifact(tasks.named("assetsJar"))
457-
}
455+
//TODO: uncomment this once the jitpack packing is fixed (currently depends on a newer glibc version)
456+
//if(project.name == "core"){
457+
// artifact(tasks.named("assetsJar"))
458+
//}
458459
}
459460
}
460461
}

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jdk:
2-
- openjdk16
2+
- openjdk17
33
before_install:
44
- wget https://github.com/sormuras/bach/raw/releases/11/install-jdk.sh
55
- source install-jdk.sh --feature 17

0 commit comments

Comments
 (0)