9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-19 15:09:26 +00:00

chore: add 1.21.4 into the jar (oops)

This commit is contained in:
LoJoSho
2024-12-29 10:35:48 -06:00
parent e8f5962e47
commit 5d68f40eb2

View File

@@ -126,6 +126,7 @@ dependencies {
implementation(project(path = ":v1_20_R4", configuration = "reobf"))
implementation(project(path = ":v1_21_R1", configuration = "reobf"))
implementation(project(path = ":v1_21_R2", configuration = "reobf"))
implementation(project(path = ":v1_21_R3", configuration = "reobf"))
}
tasks {
@@ -156,6 +157,7 @@ tasks {
dependsOn(":v1_20_R4:reobfJar")
dependsOn(":v1_21_R1:reobfJar")
dependsOn(":v1_21_R2:reobfJar")
dependsOn(":v1_21_R3:reobfJar")
mergeServiceFiles()
relocate("org.bstats", "me.lojosho.shaded.bstats")