Skip to content

Commit 4f8ace9

Browse files
Copilothossain-khan
andcommitted
Initial setup: Fixed Java toolchain version to 21 for project build
Co-authored-by: hossain-khan <[email protected]>
1 parent b5904c1 commit 4f8ace9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/kotlin-jvm.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111

1212
kotlin {
1313
// Use a specific Java version to make it easier to work in different environments.
14-
jvmToolchain(23)
14+
jvmToolchain(21)
1515
}
1616

1717
tasks.withType<Test>().configureEach {

0 commit comments

Comments
 (0)