diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 050cfed6..2e514d2f 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -13,7 +13,7 @@ configurations { dependencies { implementation(project(":common")) compileOnly("com.mojang:brigadier:1.0.18") - compileOnly("org.spigotmc:spigot:1.13.2-R0.1-SNAPSHOT") + compileOnly("org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT") } compileJava {