Skip to content

Commit

Permalink
A-Jar: Create a JAR File
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletBlanks committed Aug 31, 2023
1 parent 9158e3e commit e02e741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ shadowJar {
archiveBaseName = "duke"
archiveClassifier = null
dependsOn("distZip", "distTar")
archiveFileName = 'duke.jar'
}

run{
Expand Down

0 comments on commit e02e741

Please sign in to comment.