Skip to content

Commit

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

implementation(libs.triumph.cmds)

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

compileOnly(libs.decent.holograms)

Expand Down Expand Up @@ -72,8 +74,7 @@ tasks {

listOf(
"com.ryderbelserion.vital",
"dev.triumphteam.cmd",
"ch.jalu"
"dev.triumphteam.cmd"
).forEach {
relocate(it, "libs.$it")
}
Expand Down

0 comments on commit 1e95005

Please sign in to comment.