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",