Skip to content

Commit 95f7b13

Browse files
🚑️ Fix application main class.
1 parent 98df999 commit 95f7b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tasks.withType<ShadowJar> {
8686
}
8787

8888
application { // apparently needed for ktor? ok.
89-
mainClass.set("one.devos.yiski.YiskiKt")
89+
mainClass.set("one.devos.yiski.Yiski")
9090

9191
val isDevelopment: Boolean = project.ext.has("development")
9292
applicationDefaultJvmArgs = listOf("-Dio.ktor.development=$isDevelopment")

0 commit comments

Comments
 (0)