From 5a4dcbdb3abe2b0270e44caf4ddf3aaf44e8620b Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Tue, 6 Aug 2024 13:51:27 +0200 Subject: [PATCH] Add classindex to library section --- BauSystem/BauSystem_Main/build.gradle.kts | 5 ++--- settings.gradle.kts | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) 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")