diff --git a/BauSystem_Tracer/build.gradle b/BauSystem_Tracer/build.gradle index 246d56f6..dd0a66df 100644 --- a/BauSystem_Tracer/build.gradle +++ b/BauSystem_Tracer/build.gradle @@ -43,6 +43,8 @@ sourceSets { } dependencies { + implementation project(":BauSystem_PluginBase") + compileOnly 'org.projectlombok:lombok:1.18.22' annotationProcessor 'org.projectlombok:lombok:1.18.22' @@ -50,8 +52,9 @@ dependencies { // compileOnly 'com.mojang:authlib:1.5.25' // compileOnly 'io.netty:netty-all:4.1.68.Final' - // compileOnly swdep('Spigot-1.20') + compileOnly swdep('Spigot-1.20') compileOnly swdep('SpigotCore') + annotationProcessor swdep('SpigotCore') compileOnly swdep('FastAsyncWorldEdit-1.18') // compileOnly swdep('AxiomPaper')