We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5904c1 commit 4f8ace9Copy full SHA for 4f8ace9
buildSrc/src/main/kotlin/kotlin-jvm.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
12
kotlin {
13
// Use a specific Java version to make it easier to work in different environments.
14
- jvmToolchain(23)
+ jvmToolchain(21)
15
}
16
17
tasks.withType<Test>().configureEach {
0 commit comments