File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4242 with :
4343 distribution : ' adopt'
4444 java-version : 21
45- server-id : ' central '
45+ server-id : ' ossrh '
4646 server-username : PUBLISHER_USERNAME
4747 server-password : PUBLISHER_PASSWORD
4848 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 217217 </executions >
218218 </plugin >
219219 <plugin >
220- <groupId >org.sonatype.central </groupId >
221- <artifactId >central-publishing -maven-plugin</artifactId >
222- <version >0.8 .0</version >
220+ <groupId >org.sonatype.plugins </groupId >
221+ <artifactId >nexus-staging -maven-plugin</artifactId >
222+ <version >1.7 .0</version >
223223 <extensions >true</extensions >
224224 <configuration >
225- <autoPublish >true</autoPublish >
225+ <serverId >ossrh</serverId >
226+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
227+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
226228 </configuration >
227229 </plugin >
228230 <!-- Use spotless plugin to automatically format code, remove unused import, etc
You can’t perform that action at this time.
0 commit comments