Skip to content

Commit

Permalink
Do not unnecessarily set destination directory
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 31, 2024
1 parent 1407153 commit 74abd9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ plugins {
tasks.named<ShadowJar>("shadowJar") {
archiveFileName = "Ingame.jar"
archiveClassifier.set("")
destinationDirectory = rootProject.projectDir.resolve("build/libs")

minimize()

Expand Down

0 comments on commit 74abd9d

Please sign in to comment.