Skip to content

Commit

Permalink
set scope to implementation, not api
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 20, 2024
1 parent 9fee158 commit bd92b69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ dependencies {

implementation(libs.triumph.cmds)

implementation(libs.vital.paper) {
exclude("org.yaml")
}

implementation(project(":api"))

compileOnly(libs.decent.holograms)

compileOnly(libs.fancy.holograms)
Expand All @@ -36,12 +42,6 @@ dependencies {
compileOnly(libs.placeholderapi)

compileOnly(libs.oraxen)

api(libs.vital.paper) {
exclude("org.yaml")
}

api(project(":api"))
}

paperweight {
Expand Down

0 comments on commit bd92b69

Please sign in to comment.