Skip to content

Commit

Permalink
build.gradle: Tweak ShadowJar settings
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc authored Sep 23, 2023
1 parent c380559 commit d00eaa3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ application {
}

shadowJar {
archiveBaseName = "duke"
archiveClassifier = null
dependsOn("distZip", "distTar")
archiveBaseName.set("duke")
archiveClassifier.set("")
}

checkstyle {
Expand Down

0 comments on commit d00eaa3

Please sign in to comment.