Skip to content

Commit

Permalink
depend on API only
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Jun 8, 2022
1 parent 0286f96 commit 9fbb2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9fbb2b9

Please sign in to comment.