Skip to content

Commit 0e11375

Browse files
Upgraded JVM target to 17.
1 parent 94a7d42 commit 0e11375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/tools.aqua.stars.kotlin-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tasks.test {
7878

7979
kotlin.target.compilations.all {
8080
kotlinOptions {
81-
jvmTarget = "11"
81+
jvmTarget = "17"
8282
// allWarningsAsErrors = true
8383
freeCompilerArgs = listOf("-Xjsr305=strict", "-Xjvm-default=all")
8484
}

0 commit comments

Comments
 (0)