Use gradle Lock file

This commit is contained in:
2021-04-16 12:20:56 +02:00
parent 1ce3a18d8e
commit cb9bd0c14b
2 changed files with 284 additions and 0 deletions

View File

@@ -43,6 +43,11 @@ plugins {
id("com.github.kt3k.coveralls") version "2.12.0"
}
dependencyLocking {
lockAllConfigurations()
// lockMode.set(LockMode.STRICT)
}
application {
mainClassName = "io.ktor.server.jetty.EngineMain"
}