Replace usage of deprecated mainClassName in example gradle file

This commit is contained in:
Michael Bull 2021-01-30 21:48:07 +00:00
parent d2a08230ce
commit 3f569568a8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ plugins {
} }
application { application {
mainClassName = "io.ktor.server.netty.EngineMain" mainClass.set("io.ktor.server.netty.EngineMain")
} }
repositories { repositories {