forked from SteamWar/SteamWar
Fix compile of VelocityCore
This commit is contained in:
@@ -37,12 +37,7 @@ tasks.build {
|
|||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
jvmToolchain(17)
|
jvmToolchain(21)
|
||||||
}
|
|
||||||
|
|
||||||
java {
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
|
||||||
targetCompatibility = JavaVersion.VERSION_17
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
@@ -21,11 +21,6 @@ plugins {
|
|||||||
steamwar.java
|
steamwar.java
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
|
||||||
targetCompatibility = JavaVersion.VERSION_17
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(libs.velocity)
|
compileOnly(libs.velocity)
|
||||||
annotationProcessor(libs.velocityapi)
|
annotationProcessor(libs.velocityapi)
|
||||||
|
|||||||
+1
-1
@@ -122,7 +122,7 @@ dependencyResolutionManagement {
|
|||||||
library("fawe", "de.steamwar:fastasyncworldedit:1.21")
|
library("fawe", "de.steamwar:fastasyncworldedit:1.21")
|
||||||
|
|
||||||
library("velocity", "de.steamwar:velocity:RELEASE")
|
library("velocity", "de.steamwar:velocity:RELEASE")
|
||||||
library("velocityapi", "com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
|
library("velocityapi", "com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
|
||||||
library("viaapi", "com.viaversion:viaversion-api:4.3.1")
|
library("viaapi", "com.viaversion:viaversion-api:4.3.1")
|
||||||
library("viavelocity", "com.viaversion:viaversion-velocity:4.3.1")
|
library("viavelocity", "com.viaversion:viaversion-velocity:4.3.1")
|
||||||
library("jda", "net.dv8tion:JDA:5.5.1")
|
library("jda", "net.dv8tion:JDA:5.5.1")
|
||||||
|
|||||||
Reference in New Issue
Block a user