Skip to content

Commit

Permalink
Update build.gradle to allow for creation of JAR files
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandyuwy committed Aug 26, 2020
1 parent b9c127d commit 1cbc50c
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 @@ -29,7 +29,7 @@ test {
}

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

shadowJar {
Expand Down

0 comments on commit 1cbc50c

Please sign in to comment.