File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
os : [ubuntu-latest, macos-latest, windows-latest]
17
- java-version : [11 ]
17
+ java-version : [17 ]
18
18
19
19
steps :
20
20
- name : Checkout code
Original file line number Diff line number Diff line change 12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
15
- <java .version>11 </java .version>
15
+ <java .version>17 </java .version>
16
16
17
17
<assembly .file>default.xml</assembly .file>
18
18
19
- <javafx .version>11 .0.2 </javafx .version>
19
+ <javafx .version>17 .0.13 </javafx .version>
20
20
<slf4j-api .version>2.0.9</slf4j-api .version>
21
21
<logback-classic .version>1.4.11</logback-classic .version>
22
22
<jackson-databind .version>2.15.3</jackson-databind .version>
You can’t perform that action at this time.
0 commit comments