minor refactoring

This commit is contained in:
Alexander Nozik 2022-11-17 21:17:27 +03:00
parent 3890689f5c
commit 4e24213428
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357

View File

@ -66,7 +66,7 @@ kotlin {
} }
application { application {
mainClass.set("center.sciprog.application.ServerKt") mainClass.set("fullstack.kotlin.demo.ServerKt")
} }
tasks.named<Copy>("jvmProcessResources") { tasks.named<Copy>("jvmProcessResources") {