We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6088e73 commit 2dcba5fCopy full SHA for 2dcba5f
build.gradle
@@ -35,6 +35,7 @@ application {
35
shadowJar {
36
archiveBaseName = "duke"
37
archiveClassifier = null
38
+ archiveFileName = 'duke.jar'
39
dependsOn("distZip", "distTar")
40
}
41
0 commit comments