Skip to content

Commit

Permalink
Do not suffix published jar with -all
Browse files Browse the repository at this point in the history
Signed-off-by: BT (calcastor/mame) <[email protected]>
  • Loading branch information
calcastor committed Dec 30, 2024
1 parent 490e83a commit 6a6d8b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins {

tasks.named<ShadowJar>("shadowJar") {
archiveFileName = "ingame.jar"
archiveClassifier.set("")
destinationDirectory = rootProject.projectDir.resolve("build/libs")

minimize()
Expand Down

0 comments on commit 6a6d8b6

Please sign in to comment.