File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- java : [ '17' ]
13+ java : [ '17', '19' ]
1414 name : Build on Java ${{ matrix.java }}
1515 steps :
1616 - name : Checkout
1919 uses : actions/setup-java@v3
2020 with :
2121 java-version : ${{ matrix.java }}
22- distribution : ' zulu '
22+ distribution : ' temurin '
2323 cache : ' maven'
2424 - name : Build
2525 run : ./mvnw -B package -Pcli
Original file line number Diff line number Diff line change 1818 # uses: actions/setup-java@v3
1919 # with:
2020 # java-version: 17
21- # distribution: 'zulu '
21+ # distribution: 'temurin '
2222 # cache: 'maven'
2323 # server-id: ossrh
2424 # server-username: OSSRH_USERNAME # env variable for username in deploy
Original file line number Diff line number Diff line change 5252 uses : actions/setup-java@v3
5353 with :
5454 java-version : 17
55- distribution : ' zulu '
55+ distribution : ' temurin '
5656 cache : ' maven'
5757 - name : Update version in code
5858 run : ./mvnw -B versions:set -DnewVersion="${{ needs.create-version.outputs.new-version }}" -DgenerateBackupPoms=false
Original file line number Diff line number Diff line change 1515 uses : actions/setup-java@v3
1616 with :
1717 java-version : 17
18- distribution : ' zulu '
18+ distribution : ' temurin '
1919 cache : ' maven'
2020 - name : Build tools
2121 run : ./mvnw -B package -Pcli
You can’t perform that action at this time.
0 commit comments