File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 2525 java-version : ' 8'
2626 distribution : ' adopt'
2727 cache : ' maven'
28- server-id : ossrh
28+ server-id : central
2929 server-username : MAVEN_USERNAME
3030 server-password : MAVEN_PASSWORD
3131 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 6565 java-version : ' 8'
6666 distribution : ' adopt'
6767 cache : ' maven'
68- server-id : ossrh
68+ server-id : central
6969 server-username : MAVEN_USERNAME
7070 server-password : MAVEN_PASSWORD
7171 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 301301 </profile >
302302 </profiles >
303303
304- <repositories >
305- <repository >
306- <id >oss.sonatype.org-snapshot</id >
307- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
308- <releases >
309- <enabled >false</enabled >
310- </releases >
311- <snapshots >
312- <enabled >true</enabled >
313- </snapshots >
314- </repository >
315- </repositories >
316-
317304</project >
You can’t perform that action at this time.
0 commit comments