Skip to content

Commit

Permalink
Merge branch 'branch-A-Jar'
Browse files Browse the repository at this point in the history
  • Loading branch information
maiyasaliha committed Feb 3, 2024
2 parents 9cd3d94 + 4d277f7 commit b31b95e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: ken.Ken

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ application {
}

shadowJar {
archiveBaseName = "duke"
archiveBaseName = "ken.jar"
archiveClassifier = null
dependsOn("distZip", "distTar")
}
Expand Down

0 comments on commit b31b95e

Please sign in to comment.