You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate to new Maven Central Portal for publishing
- Upgrade Gradle from 7.3.3 to 8.5 for plugin compatibility
- Replace legacy nexus-publish plugin with vanniktech/gradle-maven-publish-plugin
- Configure Maven Central Portal publishing (CENTRAL_PORTAL host)
- Update workflows to use Java 11 for building
- Update GitHub Actions to v4 versions
- Use standard Gradle project properties for credentials:
- ORG_GRADLE_PROJECT_mavenCentralUsername
- ORG_GRADLE_PROJECT_mavenCentralPassword
- ORG_GRADLE_PROJECT_signingInMemoryKey
- ORG_GRADLE_PROJECT_signingInMemoryKeyPassword
Required secrets (generate from https://central.sonatype.com/account):
- MAVEN_CENTRAL_USERNAME: Username from token generation
- MAVEN_CENTRAL_PASSWORD: Password from token generation
Fixes PER-13671
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments