Skip to content

Commit fee7c47

Browse files
committed
Use compileOnly
Signed-off-by: BT (calcastor/mame) <[email protected]>
1 parent 74abd9d commit fee7c47

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

buildSrc/src/main/kotlin/buildlogic.java-conventions.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ dependencies {
2727
api("co.aikar:taskchain-bukkit:3.7.2")
2828
api("org.java-websocket:Java-WebSocket:1.5.1")
2929

30-
implementation("org.incendo:cloud-annotations:2.0.0")
31-
implementation("org.jetbrains:annotations:22.0.0")
32-
3330
compileOnly("app.ashcon:sportpaper:1.8.8-R0.1-SNAPSHOT")
3431
compileOnly("tc.oc.pgm:core:0.16-SNAPSHOT")
3532
compileOnly("dev.pgm:events:1.0.0-SNAPSHOT")
33+
compileOnly("org.incendo:cloud-annotations:2.0.0")
34+
compileOnly("org.jetbrains:annotations:22.0.0")
3635
}
3736

3837
group = "rip.bolt"

0 commit comments

Comments
 (0)