Replace usage of deprecated mainClassName in example gradle file
This commit is contained in:
parent
d2a08230ce
commit
3f569568a8
@ -6,7 +6,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
mainClassName = "io.ktor.server.netty.EngineMain"
|
mainClass.set("io.ktor.server.netty.EngineMain")
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
Loading…
Reference in New Issue
Block a user