File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444
4545 - name : Publish to Maven Central
4646 if : ${{ !inputs.skip-deploy-maven-central }}
47- run : ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --warning-mode all
47+ run : |
48+ ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --info --warning-mode all
4849 env :
4950 ORG_GRADLE_PROJECT_sonatypeUsername : ${{ secrets.MAVEN_CENTRAL_PORTAL_TOKEN }}
5051 ORG_GRADLE_PROJECT_sonatypePassword : ${{ secrets.MAVEN_CENTRAL_PORTAL_USERNAME }}
Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ nexusPublishing {
122122 packageGroup = project. group
123123 repositories {
124124 sonatype {
125- stagingProfileId = " 546ea6ce74787e"
126125 nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
127126 snapshotRepositoryUrl. set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
128127 }
You can’t perform that action at this time.
0 commit comments