Skip to content

Commit 2ae71f9

Browse files
committed
chore: downgrade build to Java 24 and upgrade kotlin 2.2.20
Motivation: Kotlin still doesn't support Java 25. Downgrading build to latest supported version.
1 parent f99acf9 commit 2ae71f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-java@v5
1616
with:
1717
distribution: "zulu"
18-
java-version: "25"
18+
java-version: "24"
1919
- name: Cache Maven packages
2020
uses: actions/cache@v4
2121
with:

src/it/multilanguage-kotlinscala/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<plugin>
2626
<groupId>org.jetbrains.kotlin</groupId>
2727
<artifactId>kotlin-maven-plugin</artifactId>
28-
<version>1.9.23</version>
28+
<version>2.2.20</version>
2929
<executions>
3030
<execution>
3131
<id>compile</id>

0 commit comments

Comments
 (0)