Skip to content

Commit 03c0189

Browse files
committed
Ditch JDK 17
1 parent 0433796 commit 03c0189

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ci.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"buildArgs": ["-verbose", "-Ob"],
2+
"buildArgs": ["-verbose", "-Ob", "-H:+ReportExceptionStackTraces"],
33
"generateMatrixBatchedCoordinates": {
4-
"java": ["17", "21", "25", "latest-ea"],
4+
"java": ["21", "25", "latest-ea"],
55
"os": ["ubuntu-latest"]
66
},
77
"generateChangedCoordinatesMatrix": {
8-
"java": ["17", "21", "25", "latest-ea"],
8+
"java": ["21", "25", "latest-ea"],
99
"os": ["ubuntu-latest"]
1010
},
1111
"generateInfrastructureChangedCoordinatesMatrix": {
12-
"java": ["17", "21", "25", "latest-ea"],
12+
"java": ["21", "25", "latest-ea"],
1313
"os": ["ubuntu-latest"]
1414
},
1515
"generateMatrixMatchingCoordinates": {
16-
"java": ["17", "latest-ea"],
16+
"java": ["21", "25","latest-ea"],
1717
"os": ["ubuntu-latest"]
1818
}
1919
}

tests/src/org.jetbrains.kotlin/kotlin-reflect/1.7.10/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
}
1818

1919
compileTestKotlin {
20-
kotlinOptions.jvmTarget = "17"
20+
kotlinOptions.jvmTarget = "21"
2121
}
2222

2323
graalvmNative {

tests/src/org.jetbrains.kotlin/kotlin-stdlib/1.7.10/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
}
2121

2222
compileTestKotlin {
23-
kotlinOptions.jvmTarget = "17"
23+
kotlinOptions.jvmTarget = "21"
2424
}
2525

2626
graalvmNative {

0 commit comments

Comments
 (0)