File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/setup-java@v3
1717 with :
1818 distribution : ' temurin'
19- java-version : 19
19+ java-version : 22
2020 cache : ' maven'
2121 gpg-private-key : ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
2222 gpg-passphrase : MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
Original file line number Diff line number Diff line change 1616 - uses : actions/setup-java@v3
1717 with :
1818 distribution : ' temurin'
19- java-version : 19
19+ java-version : 22
2020 cache : ' maven'
2121 server-id : ossrh
2222 server-username : MAVEN_USERNAME
Original file line number Diff line number Diff line change 1818 - uses : actions/setup-java@v3
1919 with :
2020 distribution : ' temurin'
21- java-version : 19
21+ java-version : 22
2222 cache : ' maven'
2323 server-id : ossrh
2424 server-username : MAVEN_USERNAME
Original file line number Diff line number Diff line change 1818 - uses : actions/setup-java@v3
1919 with :
2020 distribution : ' temurin'
21- java-version : 19
21+ java-version : 22
2222 cache : ' maven'
2323 gpg-private-key : ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
2424 gpg-passphrase : MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
You can’t perform that action at this time.
0 commit comments