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

feat: add 1.21.10 support

This commit is contained in:
Logan
2025-10-21 11:10:26 -05:00
parent 3fb20b0fc8
commit 3b72f34747
9 changed files with 993 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ plugins {
}
group = "me.lojosho"
version = "0.8.0${getGitCommitHash()}"
version = "0.8.1${getGitCommitHash()}"
allprojects {
apply(plugin = "java")
@@ -130,6 +130,7 @@ dependencies {
implementation(project(path = ":v1_21_R3", configuration = "reobf"))
implementation(project(path = ":v1_21_R4", configuration = "reobf"))
implementation(project(path = ":v1_21_R5", configuration = "reobf"))
implementation(project(path = ":v1_21_R6", configuration = "reobf"))
}
tasks {
@@ -164,6 +165,7 @@ tasks {
dependsOn(":v1_21_R3:reobfJar")
dependsOn(":v1_21_R4:reobfJar")
dependsOn(":v1_21_R5:reobfJar")
dependsOn(":v1_21_R6:reobfJar")
mergeServiceFiles()
relocate("org.bstats", "me.lojosho.shaded.bstats")