Skip to content

Commit

Permalink
Use compileOnly instead of implementation
Browse files Browse the repository at this point in the history
Missed the bukkit module in previous commit.
Fixes #36
  • Loading branch information
frengor authored Jan 4, 2024
1 parent 93686ea commit 0e1df99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ repositories {
dependencies {
api(project(":libby-core"))

implementation("org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT")
}
compileOnly("org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT")
}

0 comments on commit 0e1df99

Please sign in to comment.