Skip to content

Commit

Permalink
Use compileOnly
Browse files Browse the repository at this point in the history
Signed-off-by: BT (calcastor/mame) <[email protected]>
  • Loading branch information
calcastor committed Jan 6, 2025
1 parent c2f1d22 commit 1ee6dd6
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ repositories {
}

dependencies {
implementation("org.incendo:cloud-annotations:2.0.0")
implementation("org.jetbrains:annotations:22.0.0")

compileOnly("net.md-5:bungeecord-chat:1.20-R0.2-deprecated+build.18")
compileOnly("dev.pgm.paper:paper-api:1.8_1.21.1-SNAPSHOT")
compileOnly("tc.oc.pgm:core:0.16-SNAPSHOT")
compileOnly("net.md-5:bungeecord-chat:1.20-R0.2-deprecated+build.18")
compileOnly("org.jetbrains:annotations:22.0.0")
compileOnly("org.incendo:cloud-annotations:2.0.0")
}

group = "dev.pgm"
Expand Down

0 comments on commit 1ee6dd6

Please sign in to comment.