fix: use correct gradle version in dockerfile
All checks were successful
Deploy Miniplan / build (push) Successful in 2m20s
All checks were successful
Deploy Miniplan / build (push) Successful in 2m20s
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
||||
kotlin("jvm") version "2.1.20"
|
||||
id("io.ktor.plugin") version "3.1.1"
|
||||
kotlin("plugin.serialization") version "2.1.20"
|
||||
id("com.palantir.docker") version "0.35.0"
|
||||
id("com.palantir.docker") version "0.36.0"
|
||||
}
|
||||
|
||||
group = "de.walamana"
|
||||
|
||||
Reference in New Issue
Block a user