We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99acf9 commit 2ae71f9Copy full SHA for 2ae71f9
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-java@v5
16
with:
17
distribution: "zulu"
18
- java-version: "25"
+ java-version: "24"
19
- name: Cache Maven packages
20
uses: actions/cache@v4
21
src/it/multilanguage-kotlinscala/pom.xml
@@ -25,7 +25,7 @@
25
<plugin>
26
<groupId>org.jetbrains.kotlin</groupId>
27
<artifactId>kotlin-maven-plugin</artifactId>
28
- <version>1.9.23</version>
+ <version>2.2.20</version>
29
<executions>
30
<execution>
31
<id>compile</id>
0 commit comments