File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 23
23
- name : Set up JDK 17
24
24
uses : actions/setup-java@v3
25
25
with :
26
- java-version : ' 17'
26
+ java-version : ' 17.0.7+7 '
27
27
distribution : ' liberica'
28
28
java-package : ' jdk+fx'
29
29
Original file line number Diff line number Diff line change 117
117
<groupId >org.apache.maven.plugins</groupId >
118
118
<artifactId >maven-surefire-plugin</artifactId >
119
119
<version >3.0.0-M9</version >
120
+ <configuration >
121
+ <jvm >${jlink.jdk.path}${file.separator} bin${file.separator} java</jvm >
122
+ </configuration >
120
123
</plugin >
121
124
</plugins >
122
125
</pluginManagement >
129
132
<configuration >
130
133
<release >${java.version} </release >
131
134
<fork >true</fork >
132
- <executable >${jlink.jdk.path} / bin/ javac</executable >
135
+ <executable >${jlink.jdk.path}${file.separator} bin${file.separator} javac</executable >
133
136
<source >17</source >
134
137
<target >17</target >
135
138
<compilerArgs >--enable-preview</compilerArgs >
You can’t perform that action at this time.
0 commit comments