File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
src/it/multilanguage-kotlinscala Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/setup-java@v5
16
16
with :
17
17
distribution : " zulu"
18
- java-version : " 25 "
18
+ java-version : " 24 "
19
19
- name : Cache Maven packages
20
20
uses : actions/cache@v4
21
21
with :
Original file line number Diff line number Diff line change 10
10
<description >Test cross compilation kotlin/scala</description >
11
11
<packaging >jar</packaging >
12
12
13
+ <properties >
14
+ <kotlin .version>2.2.20</kotlin .version>
15
+ </properties >
13
16
14
17
<dependencies >
15
18
<dependency >
16
19
<groupId >org.scala-lang</groupId >
17
20
<artifactId >scala-library</artifactId >
18
21
<version >${scala.version.lastrelease} </version >
19
22
</dependency >
23
+ <dependency >
24
+ <groupId >org.jetbrains.kotlin</groupId >
25
+ <artifactId >kotlin-stdlib</artifactId >
26
+ <version >${kotlin.version} </version >
27
+ </dependency >
20
28
</dependencies >
21
29
<url >http://sandbox/</url >
22
30
<build >
25
33
<plugin >
26
34
<groupId >org.jetbrains.kotlin</groupId >
27
35
<artifactId >kotlin-maven-plugin</artifactId >
28
- <version >1.9.23 </version >
36
+ <version >${kotlin.version} </version >
29
37
<executions >
30
38
<execution >
31
39
<id >compile</id >
You can’t perform that action at this time.
0 commit comments