diff --git a/SpigotCore_Main/build.gradle b/SpigotCore_Main/build.gradle index c225092..ffa30a0 100644 --- a/SpigotCore_Main/build.gradle +++ b/SpigotCore_Main/build.gradle @@ -53,23 +53,7 @@ dependencies { implementation 'net.wesjd:anvilgui:1.5.3-SNAPSHOT' compileOnly 'org.projectlombok:lombok:1.18.22' - testCompileOnly 'org.projectlombok:lombok:1.18.22' annotationProcessor 'org.projectlombok:lombok:1.18.22' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.22' - - testImplementation swdep("Spigot-1.15") - testImplementation swdep("WorldEdit-1.12") compileOnly project(":CommonCore") - - testImplementation 'junit:junit:4.13.2' - testImplementation 'org.hamcrest:hamcrest:2.2' - - compileOnly project(':CommonCore') -} - -processResources { - from("build/classes/java/main/META-INF/annotations/") { - into("de.steamwar.bausystem") - } }