Skip to content

Commit 979e4a5

Browse files
authored
chore(deps): bump JVM target to 17 (#11236)
2 parents 4cafeb5 + 43a1d81 commit 979e4a5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build-plugin/plugin/src/main/kotlin/net/thunderbird/gradle/plugin/ProjectConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66
object ProjectConfig {
77

88
object Compiler {
9-
val javaCompatibility = JavaVersion.VERSION_11
10-
val jvmTarget = JvmTarget.JVM_11
9+
val javaCompatibility = JavaVersion.VERSION_17
10+
val jvmTarget = JvmTarget.JVM_17
1111
}
1212
}

build-plugin/src/main/kotlin/ThunderbirdProjectConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object ThunderbirdProjectConfig {
1212
}
1313

1414
object Compiler {
15-
val javaCompatibility = JavaVersion.VERSION_11
16-
val jvmTarget = JvmTarget.JVM_11
15+
val javaCompatibility = JavaVersion.VERSION_17
16+
val jvmTarget = JvmTarget.JVM_17
1717
}
1818
}

0 commit comments

Comments
 (0)