File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 - uses : actions/checkout@v2
2323 with :
2424 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
25- - name : Set up JDK 11
25+ - name : Set up JDK 17
2626 uses : actions/setup-java@v2
2727 with :
2828 distribution : ' adopt'
29- java-version : 11
29+ java-version : 17
3030 server-id : ossrh
3131 server-username : SONATYPE_USER
3232 server-password : SONATYPE_PASSWORD
5959 env :
6060 SONATYPE_USER : ${{ secrets.SONATYPE_USER }}
6161 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
62- ARTIFACT_SIGNING_GPG_PRIVATE_KEY_PASSPHRASE : ${{ secrets.ARTIFACT_SIGNING_GPG_PRIVATE_KEY_PASSPHRASE }}
62+ ARTIFACT_SIGNING_GPG_PRIVATE_KEY_PASSPHRASE : ${{ secrets.ARTIFACT_SIGNING_GPG_PRIVATE_KEY_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments