diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ee0132a..52da184 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,5 +26,5 @@ jobs: - run: ./gradlew publish if: ${{ github.ref == 'refs/heads/trunk' && github.repository == 'JakeWharton/ProcessPhoenix' }} env: - ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }} - ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }} + ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_CENTRAL_USERNAME }} + ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_CENTRAL_PASSWORD }} diff --git a/README.md b/README.md index 6ebf484..0fd3590 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,4 @@ License - [snap]: https://oss.sonatype.org/content/repositories/snapshots/ + [snap]: https://central.sonatype.com/repository/maven-snapshots/ diff --git a/gradle.properties b/gradle.properties index ccc7125..007d729 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,5 +16,5 @@ POM_DEVELOPER_ID=jakewharton POM_DEVELOPER_NAME=Jake Wharton SONATYPE_AUTOMATIC_RELEASE=true -SONATYPE_HOST=DEFAULT +SONATYPE_HOST=CENTRAL_PORTAL RELEASE_SIGNING_ENABLED=true