From b4a4019f390f104d5be35cb9a7adcbe5e21011fd Mon Sep 17 00:00:00 2001 From: LoJoSho Date: Thu, 26 Jun 2025 15:28:44 -0500 Subject: [PATCH] chore: bump to 1.20.6 as oldest version --- build.gradle.kts | 2 -- common/build.gradle.kts | 3 +-- settings.gradle.kts | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a4022bd..020ce7b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 0f3dd80..ff2d9a1 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -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") } \ No newline at end of file diff --git a/settings.gradle.kts b/settings.gradle.kts index 6a2b5e5..fa86f8d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -12,7 +12,6 @@ pluginManagement { rootProject.name = "HibiscusCommons" include( "common", - "v1_20_R3", "v1_20_R4", "v1_21_R1", "v1_21_R2",