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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user