Skip to content

Commit

Permalink
idk why it compiles on my pc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 20, 2024
1 parent adbb178 commit e36ea7c
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,6 +27,10 @@ dependencies {

implementation(libs.triumph.cmds)

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

compileOnly(libs.decent.holograms)

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

compileOnly(libs.oraxen)

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

api(project(":api"))
}

Expand Down

0 comments on commit e36ea7c

Please sign in to comment.