mirror of
https://github.com/HibiscusMC/HibiscusCommons.git
synced 2025-12-19 15:09:26 +00:00
chore: bump to 1.20.6 as oldest version
This commit is contained in:
@@ -127,7 +127,6 @@ allprojects {
|
||||
|
||||
dependencies {
|
||||
implementation(project(path = ":common"))
|
||||
implementation(project(path = ":v1_20_R3", configuration = "reobf"))
|
||||
implementation(project(path = ":v1_20_R4", configuration = "reobf"))
|
||||
implementation(project(path = ":v1_21_R1", configuration = "reobf"))
|
||||
implementation(project(path = ":v1_21_R2", configuration = "reobf"))
|
||||
@@ -162,7 +161,6 @@ tasks {
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
dependsOn(":v1_20_R3:reobfJar")
|
||||
dependsOn(":v1_20_R4:reobfJar")
|
||||
dependsOn(":v1_21_R1:reobfJar")
|
||||
dependsOn(":v1_21_R2:reobfJar")
|
||||
|
||||
@@ -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
|
||||
|
||||
tasks {
|
||||
@@ -18,5 +17,5 @@ tasks {
|
||||
}
|
||||
|
||||
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")
|
||||
}
|
||||
@@ -12,7 +12,6 @@ pluginManagement {
|
||||
rootProject.name = "HibiscusCommons"
|
||||
include(
|
||||
"common",
|
||||
"v1_20_R3",
|
||||
"v1_20_R4",
|
||||
"v1_21_R1",
|
||||
"v1_21_R2",
|
||||
|
||||
Reference in New Issue
Block a user