mirror of
https://github.com/HibiscusMC/HibiscusCommons.git
synced 2025-12-22 00:21:33 +00:00
chore: add 1.21.4 into the jar (oops)
This commit is contained in:
@@ -126,6 +126,7 @@ dependencies {
|
|||||||
implementation(project(path = ":v1_20_R4", configuration = "reobf"))
|
implementation(project(path = ":v1_20_R4", configuration = "reobf"))
|
||||||
implementation(project(path = ":v1_21_R1", configuration = "reobf"))
|
implementation(project(path = ":v1_21_R1", configuration = "reobf"))
|
||||||
implementation(project(path = ":v1_21_R2", configuration = "reobf"))
|
implementation(project(path = ":v1_21_R2", configuration = "reobf"))
|
||||||
|
implementation(project(path = ":v1_21_R3", configuration = "reobf"))
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
@@ -156,6 +157,7 @@ tasks {
|
|||||||
dependsOn(":v1_20_R4:reobfJar")
|
dependsOn(":v1_20_R4:reobfJar")
|
||||||
dependsOn(":v1_21_R1:reobfJar")
|
dependsOn(":v1_21_R1:reobfJar")
|
||||||
dependsOn(":v1_21_R2:reobfJar")
|
dependsOn(":v1_21_R2:reobfJar")
|
||||||
|
dependsOn(":v1_21_R3:reobfJar")
|
||||||
mergeServiceFiles()
|
mergeServiceFiles()
|
||||||
|
|
||||||
relocate("org.bstats", "me.lojosho.shaded.bstats")
|
relocate("org.bstats", "me.lojosho.shaded.bstats")
|
||||||
|
|||||||
Reference in New Issue
Block a user