We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98df999 commit 95f7b13Copy full SHA for 95f7b13
build.gradle.kts
@@ -86,7 +86,7 @@ tasks.withType<ShadowJar> {
86
}
87
88
application { // apparently needed for ktor? ok.
89
- mainClass.set("one.devos.yiski.YiskiKt")
+ mainClass.set("one.devos.yiski.Yiski")
90
91
val isDevelopment: Boolean = project.ext.has("development")
92
applicationDefaultJvmArgs = listOf("-Dio.ktor.development=$isDevelopment")
0 commit comments