Skip to content

Commit

Permalink
Merge pull request #201 from AY2223S1-CS2103T-W16-4/chore-change-jar-…
Browse files Browse the repository at this point in the history
…file-name

Change JAR file name in build.gradle
  • Loading branch information
ThomasHoooo authored Oct 27, 2022
2 parents 5112bb4 + 7cc16fe commit 14a9f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
}

shadowJar {
archiveFileName = 'addressbook.jar'
archiveFileName = 'MyInsuRec.jar'
}

run {
Expand Down

0 comments on commit 14a9f48

Please sign in to comment.