Update and fix everything
This commit is contained in:
@ -24,6 +24,10 @@ compileJava.options.encoding = 'UTF-8'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
maven {
|
||||
url = 'https://nexus.codecrafter47.de/content/repositories/public'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -33,5 +37,5 @@ dependencies {
|
||||
testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
|
||||
|
||||
implementation files("${projectDir}/lib/BungeeCord.jar")
|
||||
implementation files("${projectDir}/lib/BungeeTabListPlus.jar")
|
||||
implementation 'codecrafter47.bungeetablistplus:bungeetablistplus-api-bungee:3.5.2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user