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