Skip to content

Commit

Permalink
remove compileOnlyApi
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofaa2 committed Jul 16, 2024
1 parent aab30e2 commit 24887cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
dependencies {
api(libs.jetbrains.annotations)

compileOnlyApi(libs.bundles.adventure)
compileOnlyApi(libs.packetevents.api)
compileOnly(libs.bundles.adventure)
compileOnly(libs.packetevents.api)
}

tasks {
Expand Down
2 changes: 2 additions & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ plugins {

dependencies {
api(project(":api"))
compileOnly(libs.bundles.adventure)
compileOnly(libs.packetevents.api)
}

0 comments on commit 24887cb

Please sign in to comment.