Skip to content

Commit

Permalink
chore: set main class in gradle build file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-acampora committed Feb 26, 2023
1 parent e0f67c3 commit fb2c14e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ tasks.withType<Test> {
exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
}
}

application {
mainClass.set("AppKt")
}

0 comments on commit fb2c14e

Please sign in to comment.