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

feat: remove 1.20.6 support

This commit is contained in:
Logan
2025-12-17 11:09:00 -06:00
parent 9e7b1ffa89
commit dd545ed183
7 changed files with 0 additions and 941 deletions

View File

@@ -123,7 +123,6 @@ allprojects {
dependencies {
implementation(project(path = ":common"))
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"))
@@ -158,7 +157,6 @@ tasks {
}
shadowJar {
dependsOn(":v1_20_R4:reobfJar")
dependsOn(":v1_21_R1:reobfJar")
dependsOn(":v1_21_R2:reobfJar")
dependsOn(":v1_21_R3:reobfJar")