Skip to content

Commit

Permalink
take #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 20, 2024
1 parent 1e95005 commit adbb178
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ dependencies {

implementation(libs.triumph.cmds)

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

compileOnly(libs.decent.holograms)

compileOnly(libs.fancy.holograms)
Expand All @@ -41,6 +37,10 @@ dependencies {

compileOnly(libs.oraxen)

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

api(project(":api"))
}

Expand Down

0 comments on commit adbb178

Please sign in to comment.