fix
This commit is contained in:
+3
-6
@@ -49,16 +49,12 @@ repositories {
|
||||
includeModule("io.papermc.paper", "paper-api")
|
||||
includeModule("io.papermc", "paperlib")
|
||||
includeModule("net.md-5", "bungeecord-chat")
|
||||
includeGroup("io.papermc.adventure")
|
||||
}
|
||||
}
|
||||
|
||||
maven {
|
||||
name = 'minecraft'
|
||||
url = 'https://libraries.minecraft.net'
|
||||
content {
|
||||
includeModule("com.mojang", "brigadier")
|
||||
}
|
||||
name = 'sk89q-repo'
|
||||
url = 'https://maven.enginehub.org/repo/'
|
||||
}
|
||||
|
||||
mavenCentral()
|
||||
@@ -69,6 +65,7 @@ dependencies {
|
||||
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
|
||||
implementation 'io.papermc:paperlib:1.0.8'
|
||||
implementation 'com.sk89q.worldguard:worldguard-bukkit:7.0.9'
|
||||
implementation 'com.sk89q.worldedit:worldedit-bukkit:7.2.15'
|
||||
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
|
||||
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
|
||||
testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
|
||||
|
||||
Reference in New Issue
Block a user