diff --git a/BauSystem/BauSystem_Main/build.gradle.kts b/BauSystem/BauSystem_Main/build.gradle.kts index 4080a719..009c3b36 100644 --- a/BauSystem/BauSystem_Main/build.gradle.kts +++ b/BauSystem/BauSystem_Main/build.gradle.kts @@ -31,6 +31,8 @@ java { } dependencies { + compileOnly(libs.classindex) + annotationProcessor(libs.classindex) compileOnly(project(":SpigotCore")) compileOnly(libs.spigotapi) @@ -40,9 +42,6 @@ dependencies { compileOnly(libs.nms20) compileOnly(libs.fawe18) - compileOnly("org.atteo.classindex:classindex:3.13") - annotationProcessor("org.atteo.classindex:classindex:3.13") - implementation(libs.luaj) implementation(files("$projectDir/../libs/YAPION-SNAPSHOT.jar")) } diff --git a/settings.gradle.kts b/settings.gradle.kts index 3e56bc86..2fed98a6 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -108,6 +108,7 @@ dependencyResolutionManagement { library("hamcrest", "org.hamcrest:hamcrest:2.2") library("jda", "net.dv8tion:JDA:4.4.0_352") library("msgpack", "org.msgpack:msgpack-core:0.9.8") + library("classindex", "org.atteo.classindex:classindex:3.13") library("spigotapi", "org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT") library("spigotannotations", "org.spigotmc:plugin-annotations:1.2.3-SNAPSHOT")