Skip to content

Commit a059f02

Browse files
damithcdamithc
authored and
damithc
committed
build.gradle: Tweak ShadowJar settings
1 parent 52cdeaf commit a059f02

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ application {
3333
}
3434

3535
shadowJar {
36-
archiveBaseName = "duke"
37-
archiveClassifier = null
38-
dependsOn("distZip", "distTar")
36+
archiveBaseName.set("duke")
37+
archiveClassifier.set("")
3938
}
4039

4140
checkstyle {

0 commit comments

Comments
 (0)