Skip to content

Commit

Permalink
Properly set the main class
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Dec 9, 2023
1 parent c304ae0 commit 47dfb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin {
}

application {
mainClass.set("MainKt")
mainClass.set("me.duncte123.bruhmark.BruhMarkKt")
}

tasks.withType<Wrapper> {
Expand Down

0 comments on commit 47dfb4d

Please sign in to comment.