Skip to content

Migration to Central Portal needed #1314

Closed
@JakeWharton

Description

@JakeWharton

Publishing to Maven Central will require that you migrate to using the Central Portal soon.

See (internally) http://go/central-portal-migration-com-squareup for context.

Here is an example migration: square/okio#1621. Do not perform the migration of this repo until that example PR has been merged indicating it is safe to do so. If you prefer, you can create your own migration PR on this repo and comment on this issue with a link. I will then merge your PR as part of the migration.

You should also check that you are using the new GPG signing key. Configuration in your GitHub workflow YAML should look like this:

      ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_SECRET_KEY }}
      ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_SECRET_PASSPHRASE }}

Your project has not been automatically updated because:

  • Dependencies too old (requires publish plugin 0.28.0 or newer)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions