File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,12 @@ jobs:
5555 uses : actions/setup-java@v4
5656 with :
5757 distribution : ' temurin'
58- java-version : ' 17'
59- cache : ' maven'
58+ java-version : ' 21'
6059 server-id : central
61- server-username : ${{ secrets.CENTRAL_USERNAME }}
62- server-password : ${{ secrets.CENTRAL_PASSWORD }}
60+ server-username : MAVEN_USERNAME
61+ server-password : MAVEN_PASSWORD
6362 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
64- gpg-passphrase : ${{ secrets. GPG_PASSPHRASE }}
63+ gpg-passphrase : GPG_PASSPHRASE
6564
6665 - name : Build and Deploy
6766# run: mvn -P release --batch-mode deploy -DskipTests
Original file line number Diff line number Diff line change 7979 <plugin >
8080 <groupId >org.sonatype.central</groupId >
8181 <artifactId >central-publishing-maven-plugin</artifactId >
82- <version >0.4 .0</version >
82+ <version >0.7 .0</version >
8383 <extensions >true</extensions >
8484 <configuration >
8585 <publishingServerId >central</publishingServerId >
You can’t perform that action at this time.
0 commit comments