build: downgrade to JDK version 11

This commit is contained in:
oSumAtrIX
2023-05-08 01:15:27 +02:00
parent 0a16bc849b
commit 9f8c2aeedf
3 changed files with 10 additions and 8 deletions

View File

@@ -34,6 +34,10 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test:1.8.20-RC")
}
kotlin {
jvmToolchain(11)
}
tasks {
test {
useJUnitPlatform()