Fix for Bungee 1.21.R0.3
Some checks failed
SteamWarCI Build failed

This commit is contained in:
2025-05-30 16:01:24 +02:00
parent 8d95dad33b
commit affad49bf5
4 changed files with 48 additions and 16 deletions

View File

@ -5,8 +5,8 @@ plugins {
group = 'de.steamwar'
version = ''
sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 8
targetCompatibility = 8
sourceSets {
main {
@ -36,7 +36,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok:1.18.22'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
compileOnly 'net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT'
compileOnly 'net.md-5:bungeecord-proxy:1.20-R0.3-SNAPSHOT'
implementation 'codecrafter47.bungeetablistplus:bungeetablistplus-api-bungee:3.5.2'
compileOnly 'net.md-5:bungeecord-api:1.21-R0.1-SNAPSHOT'
compileOnly 'net.md-5:bungeecord-proxy:1.21-R0.1-SNAPSHOT'
// compileOnly 'codecrafter47.bungeetablistplus:bungeetablistplus-api-bungee:3.5.2'
}