Skip to content

Commit 71ceeb3

Browse files
committed
Downgrade jvmToolchain back to 17
1 parent a07be22 commit 71ceeb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/ru/nsk/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Versions {
1111
const val kotlinKoverPlugin = "0.9.1"
1212

1313
// compatibility
14-
const val jdkVersion = 21
14+
const val jdkVersion = 17
1515
const val languageVersion = "1.8"
1616
const val apiVersion = "1.8"
1717

0 commit comments

Comments
 (0)