File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ plugins {
9
9
}
10
10
11
11
val javaTargetVersion = JavaVersion .VERSION_17 .toString()
12
- val kotlinTargetVersion = " 1.8"
13
12
14
13
kotlin {
15
14
jvmToolchain {
@@ -25,8 +24,6 @@ tasks {
25
24
26
25
withType<KotlinCompile >().configureEach {
27
26
kotlinOptions {
28
- languageVersion = kotlinTargetVersion
29
- apiVersion = kotlinTargetVersion
30
27
jvmTarget = javaTargetVersion
31
28
freeCompilerArgs = listOf (
32
29
" -Xjsr305=strict" ,
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ jackson = "2.15.1"
8
8
jackson-kogera = " 2.14.2-alpha7"
9
9
jakarta-inject = " 2.0.0"
10
10
junit = " 5.9.3" # Duplicated in unit-test-suite.gradle.kts.
11
- kotlin = " 1.8.10 " # See also `kotlinTargetVersion` in kotlin-project.gradle.kts.
12
- kotlinx-coroutines = " 1.7.1 "
11
+ kotlin = " 1.9.0 " # See also `kotlinTargetVersion` in kotlin-project.gradle.kts.
12
+ kotlinx-coroutines = " 1.7.2 "
13
13
kotlinx-datetime = " 0.4.0"
14
14
log4j = " 2.20.0"
15
15
log4j-kotlin = " 1.2.0"
You can’t perform that action at this time.
0 commit comments