Skip to content

Migrate from Gradle Nexus to Gradle Maven Publish Plugin for artifact… #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 6, 2025

Conversation

eyedol
Copy link
Member

@eyedol eyedol commented Jul 6, 2025

Fixes #86 and #76

eyedol added 2 commits July 6, 2025 13:06
… publishing

Remove Nexus-specific publishing configuration and update build system
to use Gradle Maven Publish Plugin for artifact management.

- Remove NexusPublish.kt and NexusPublicationConventionPlugin.kt
- Update GitHub workflows for new publishing strategy
- Migrate MavenPublish convention plugin to Gradle Maven Publish Plugin
- Update dependency versions in libs.versions.toml
- Update module build configurations for Gradle Maven Publish Plugin compatibility
- Add project group "com.addhen.kanalytics" to all subprojects
- Set version from libs.versions.toml kanalytics version
- Import required libs and version extension functions
@eyedol eyedol merged commit 3ade76b into main Jul 6, 2025
4 of 6 checks passed
@eyedol eyedol deleted the eyedol/migrate-to-gradle-maven-publish-plugin branch July 6, 2025 22:36
@eyedol eyedol mentioned this pull request Jul 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move away from Gradle Nexus publishing library to Gradle Maven Publish Plugin
1 participant