This commit is contained in:
bskjon 2024-07-13 23:32:27 +02:00
parent 1f0be50126
commit d71f74d7c7
3 changed files with 12 additions and 0 deletions

View File

@ -62,3 +62,7 @@ dependencies {
tasks.test { tasks.test {
useJUnitPlatform() useJUnitPlatform()
} }
kotlin {
jvmToolchain(17)
}

View File

@ -26,3 +26,7 @@ dependencies {
tasks.test { tasks.test {
useJUnitPlatform() useJUnitPlatform()
} }
kotlin {
jvmToolchain(17)
}

View File

@ -57,3 +57,7 @@ dependencies {
tasks.test { tasks.test {
useJUnitPlatform() useJUnitPlatform()
} }
kotlin {
jvmToolchain(17)
}