update kotlin from 2.1.20 to 2.1.21
This commit is contained in:
parent
d25a695ea0
commit
93e44c752f
@ -2,7 +2,7 @@ buildscript {
|
||||
ext {
|
||||
javaVersion = "23" // language version
|
||||
jdkVersion = "23" // toolchain jdk version
|
||||
kotlinVersion = "2.1.20" // https://kotlinlang.org/docs/releases.html#release-details
|
||||
kotlinVersion = "2.1.21" // https://kotlinlang.org/docs/releases.html#release-details
|
||||
gradlewVersion = "8.12.1" // https://gradle.org/releases/
|
||||
|
||||
giteaUrl = System.getenv("GITEA_URL") ?: "https://gitea.dhswt.de"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user