Update build.gradle

This commit is contained in:
InsanusMokrassar 2022-12-07 19:40:30 +06:00 committed by GitHub
parent 36d73d5023
commit 1cf911bbde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ kotlin {
}
application {
mainClassName = "dev.inmo.micro_utils.startup.launcher.ServerLauncherKt"
mainClassName = "dev.inmo.micro_utils.startup.launcher.MainKt"
}
java {