forked from SteamWar/SteamWar
Upgrade all projects to Java 21 and migrate dependencies to Paper and FastAsyncWorldEdit.
Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
@@ -21,11 +21,6 @@ plugins {
|
||||
steamwar.java
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
targetCompatibility = JavaVersion.VERSION_21
|
||||
}
|
||||
|
||||
dependencies {
|
||||
annotationProcessor(libs.spigotannotations)
|
||||
compileOnly(libs.spigotannotations)
|
||||
@@ -34,8 +29,8 @@ dependencies {
|
||||
|
||||
compileOnly(project(":SpigotCore", "default"))
|
||||
|
||||
compileOnly(libs.nms19)
|
||||
compileOnly(libs.worldedit15)
|
||||
compileOnly(libs.nms)
|
||||
compileOnly(libs.fawe)
|
||||
|
||||
compileOnly(libs.spigotapi)
|
||||
compileOnly(libs.paperapi)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user