We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0286f96 commit 9fbb2b9Copy full SHA for 9fbb2b9
bukkit/build.gradle
@@ -13,7 +13,7 @@ configurations {
13
dependencies {
14
implementation(project(":common"))
15
compileOnly("com.mojang:brigadier:1.0.18")
16
- compileOnly("org.spigotmc:spigot:1.13.2-R0.1-SNAPSHOT")
+ compileOnly("org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT")
17
}
18
19
compileJava {
0 commit comments