Skip to content

Commit

Permalink
Create a new jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
tashawan23 committed Feb 17, 2021
1 parent 5c959b7 commit b713afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ test {

application {
//mainClassName = "seedu.duke.Duke"
mainClassName = "duke.Duke"
mainClassName = "duchess.Launcher"
}

shadowJar {
archiveBaseName = "duke"
archiveBaseName = "duchess"
archiveClassifier = null
}

Expand Down

0 comments on commit b713afc

Please sign in to comment.