SteamWar/SpigotCore
Archiviert
13
0

Remove unused stuff

Dieser Commit ist enthalten in:
yoyosource 2023-01-21 20:32:52 +01:00
Ursprung 5301842b15
Commit 88926a96b3

Datei anzeigen

@ -53,23 +53,7 @@ dependencies {
implementation 'net.wesjd:anvilgui:1.5.3-SNAPSHOT' implementation 'net.wesjd:anvilgui:1.5.3-SNAPSHOT'
compileOnly 'org.projectlombok:lombok:1.18.22' compileOnly 'org.projectlombok:lombok:1.18.22'
testCompileOnly 'org.projectlombok:lombok:1.18.22'
annotationProcessor '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") 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")
}
} }