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

Commit fc4181b

Browse files
committed
Build: Completed A-Jar
1 parent 9951abe commit fc4181b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ src/main/resources/docs/
1313
*.iml
1414
bin/
1515

16+
# VS code files
17+
.vscode
18+
1619
/text-ui-test/ACTUAL.TXT
1720
text-ui-test/EXPECTED-UNIX.TXT
1821

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ shadowJar {
3535
archiveBaseName = "duke"
3636
archiveClassifier = null
3737
dependsOn("distZip", "distTar")
38+
archiveFileName = 'duke.jar'
3839
}
3940

4041
run{

0 commit comments

Comments
 (0)