File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2020 - name : Set up JDK
2121 uses : actions/setup-java@v3
2222 with :
23- java-version : ' 11 '
23+ java-version : ' 17 '
2424 distribution : ' adopt'
2525 cache : ' maven'
2626
2727 - name : Build
28- run : mvn -P release -B verify
28+ run : mvn -P release -B -ntp verify
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 - name : Set up JDK
1515 uses : actions/setup-java@v2
1616 with :
17- java-version : ' 11 '
17+ java-version : ' 17 '
1818 distribution : ' adopt'
1919 settings-path : ${{ github.workspace }}
2020
2121 - name : Build
22- run : mvn -P release -B package
22+ run : mvn -P release -B -ntp package
2323
2424 - name : Determine artifact to upload
2525 id : TheZIP
Original file line number Diff line number Diff line change 4949 </issueManagement >
5050
5151 <properties >
52+ <maven .compiler.target>17</maven .compiler.target>
5253 <tycho-version >2.7.4</tycho-version >
5354 <platform .version>1.0.1</platform .version>
5455 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments