Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Build: Completed A-Jar
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaPoo committed Feb 1, 2024
1 parent 9951abe commit fc4181b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ src/main/resources/docs/
*.iml
bin/

# VS code files
.vscode

/text-ui-test/ACTUAL.TXT
text-ui-test/EXPECTED-UNIX.TXT

Expand Down
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 fc4181b

Please sign in to comment.