Changes
Some checks failed
SteamWarCI Build failed

This commit is contained in:
2025-03-02 16:08:36 +01:00
parent 5cd8dff8bf
commit 8d95dad33b
4 changed files with 9 additions and 14 deletions

View File

@ -25,9 +25,9 @@ compileJava.options.encoding = 'UTF-8'
repositories {
mavenCentral()
maven {
url = 'https://nexus.codecrafter47.de/content/repositories/public'
}
maven { url = 'https://nexus.codecrafter47.de/content/repositories/public' }
maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' }
maven { url = 'https://repo.minebench.de' }
}
dependencies {
@ -36,6 +36,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok:1.18.22'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
implementation files("${projectDir}/lib/BungeeCord.jar")
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'
}