Skip to content

Commit

Permalink
Change mainClassName in build.gradle to generate new jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandyuwy committed Sep 7, 2020
1 parent f88a330 commit 54ae38f
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 @@ -44,7 +44,7 @@ test {
}

application {
mainClassName = "Duke"
mainClassName = "Launcher"
}

shadowJar {
Expand Down

0 comments on commit 54ae38f

Please sign in to comment.