Fix build.gradle.kts for SpigotCore

This commit is contained in:
2024-08-04 22:03:31 +02:00
parent d582dca5d4
commit 4598b67244
+10 -10
View File
@@ -44,16 +44,16 @@ dependencies {
compileOnly("org.projectlombok:lombok:1.18.32") compileOnly("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.32") annotationProcessor("org.projectlombok:lombok:1.18.32")
compileOnly(project(":SpigotCore:SpigotCore_Main")) implementation(project(":SpigotCore:SpigotCore_Main"))
compileOnly(project(":SpigotCore:SpigotCore_8")) implementation(project(":SpigotCore:SpigotCore_8"))
compileOnly(project(":SpigotCore:SpigotCore_9")) implementation(project(":SpigotCore:SpigotCore_9"))
compileOnly(project(":SpigotCore:SpigotCore_10")) implementation(project(":SpigotCore:SpigotCore_10"))
compileOnly(project(":SpigotCore:SpigotCore_12")) implementation(project(":SpigotCore:SpigotCore_12"))
compileOnly(project(":SpigotCore:SpigotCore_14")) implementation(project(":SpigotCore:SpigotCore_14"))
compileOnly(project(":SpigotCore:SpigotCore_15")) implementation(project(":SpigotCore:SpigotCore_15"))
compileOnly(project(":SpigotCore:SpigotCore_18")) implementation(project(":SpigotCore:SpigotCore_18"))
compileOnly(project(":SpigotCore:SpigotCore_19")) implementation(project(":SpigotCore:SpigotCore_19"))
compileOnly(project(":SpigotCore:SpigotCore_20")) implementation(project(":SpigotCore:SpigotCore_20"))
implementation(project(":CommonCore")) implementation(project(":CommonCore"))
implementation(project(":CommandFramework")) implementation(project(":CommandFramework"))