Skip to content

Commit

Permalink
Fix bug to set correct mainClass
Browse files Browse the repository at this point in the history
  • Loading branch information
yastsc committed Sep 27, 2024
1 parent 8b6a108 commit 65079a1
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 @@ -48,7 +48,7 @@ test {
}

application {
mainClass.set("Launcher")
mainClass.set("star.main.Launcher")
}

shadowJar {
Expand Down

0 comments on commit 65079a1

Please sign in to comment.