9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-24 01:19:29 +00:00

chore: bump to 1.20.6 as oldest version

This commit is contained in:
LoJoSho
2025-06-26 15:28:44 -05:00
parent d301221eeb
commit b4a4019f39
3 changed files with 1 additions and 5 deletions

View File

@@ -127,7 +127,6 @@ allprojects {
dependencies { dependencies {
implementation(project(path = ":common")) implementation(project(path = ":common"))
implementation(project(path = ":v1_20_R3", configuration = "reobf"))
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"))
@@ -162,7 +161,6 @@ tasks {
} }
shadowJar { shadowJar {
dependsOn(":v1_20_R3:reobfJar")
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")

View File

@@ -1,4 +1,3 @@
// Look into the possibility of splitting off the API portion into its own module? (Probably not worth it right now) - 12/22/23 // Look into the possibility of splitting off the API portion into its own module? (Probably not worth it right now) - 12/22/23
tasks { tasks {
@@ -18,5 +17,5 @@ tasks {
} }
dependencies { dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:1.21.6-R0.1-SNAPSHOT")
} }

View File

@@ -12,7 +12,6 @@ pluginManagement {
rootProject.name = "HibiscusCommons" rootProject.name = "HibiscusCommons"
include( include(
"common", "common",
"v1_20_R3",
"v1_20_R4", "v1_20_R4",
"v1_21_R1", "v1_21_R1",
"v1_21_R2", "v1_21_R2",