Skip to content

Commit

Permalink
Add gradle to automate project build
Browse files Browse the repository at this point in the history
  • Loading branch information
ongwenpin committed Aug 25, 2022
1 parent cda36aa commit 81a9f1d
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 @@ -28,7 +28,7 @@ test {
}

application {
mainClassName = "seedu.duke.Duke"
mainClassName = "duke.Duke"
}

shadowJar {
Expand Down

0 comments on commit 81a9f1d

Please sign in to comment.