-
Notifications
You must be signed in to change notification settings - Fork 18
Enhance build configuration for Maven publishing and signing; update … #1
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
Conversation
…version to 0.1.0. Update README for Maven Central availability and installation instructions.
WalkthroughThe project is configured for Maven Central publication by adding Maven publishing and code signing support to the Gradle build, automating README version updates in the release workflow, and updating documentation to reflect Maven Central distribution of the jtoon library at version 0.1.0. Changes
Sequence DiagramsequenceDiagram
participant GH as GitHub Actions
participant Gradle as Gradle Build
participant Maven as Maven Central
participant Repo as Git Repository
participant README as README.md
GH->>Gradle: Extract version
GH->>Gradle: gradle publish
Gradle->>Maven: Publish artifact (signed)
Maven-->>Gradle: Success
GH->>README: Update version tags
GH->>Repo: Commit README changes
GH->>Repo: Push with bot user
Repo-->>GH: Acknowledged
GH->>GH: Proceed to GitHub release step
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
🔇 Additional comments (10)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…version to 0.1.0. Update README for Maven Central availability and installation instructions.
Summary by CodeRabbit
New Features
Documentation
Chores