File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1515 matrix :
1616 # os: [macos-latest, ubuntu-latest, windows-latest]
1717 os : [ubuntu-latest]
18- java-version : [17, 21, 23 ]
18+ java-version : [17, 21, 24 ]
1919
2020 runs-on : ${{ matrix.os }}
2121
Original file line number Diff line number Diff line change 3333 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3434
3535 <!-- Specify the Java version for the compiler plugin here -->
36- <maven .compiler.source>11</maven .compiler.source>
37- <maven .compiler.target>11</maven .compiler.target>
38- <!-- Available from Java 9, setting release includes source and target (and then some) -->
39- <maven .compiler.release>11</maven .compiler.release>
36+ <maven .compiler.source>17</maven .compiler.source>
37+ <maven .compiler.target>17</maven .compiler.target>
4038
4139 <!-- Specify the java version that may be used in places other than the compiler plugin -->
42- <java .version>11</java .version>
43- <jdk .version>11</jdk .version>
40+ <java .version>17</java .version>
4441 </properties >
4542
4643 <modules >
You can’t perform that action at this time.
0 commit comments