Skip to content

Commit

Permalink
Package App as a JAR file
Browse files Browse the repository at this point in the history
  • Loading branch information
AidenLYT committed Jan 29, 2024
1 parent c7854d0 commit de61b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ application {
}

shadowJar {
archiveBaseName = "duke"
archiveBaseName = "taylor"
archiveFileName = "taylor.jar"
archiveClassifier = null
dependsOn("distZip", "distTar")
}
Expand Down
Binary file added taylor.txt
Binary file not shown.

0 comments on commit de61b9e

Please sign in to comment.