Sebastian Lehrbaum
e: file:///<my path>/backendjvm/build.gradle.kts:17:42: Unresolved reference: JreVersion.
ktor { docker { jreVersion.set(io.ktor.plugin.features.JreVersion.JRE_17) localImageName.set("my-app") portMappings.set( listOf( DockerPortMapping( 5009, 8080, DockerPortMappingProtocol.TCP ) ) ) } }
Dirk
Aleksei Tirman [JB]
A modern programming language that makes developers happier.