Skip to content

Commit

Permalink
Improve the naming of compiled binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofpu committed Oct 7, 2023
1 parent 90fb5b7 commit ced479d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ dependencies {
}

tasks.shadowJar {
archiveBaseName.set("speedbridge2")
archiveClassifier.set("")
dependencies {
relocate("javax.persistence", "com.github.tofpu.speedbridge2.libs.javax")
relocate("org.yaml", "com.github.tofpu.speedbridge2.libs.snakeyaml")
Expand Down

0 comments on commit ced479d

Please sign in to comment.