Add Gradle plugin for Roseau with DSL and publishing support#176
Open
Gu-ZT wants to merge 2 commits into
Open
Conversation
Add a Gradle plugin (io.github.alien-tools.roseau) that provides a
DSL extension and a task wired into the lifecycle:
- RoseauExtension: DSL root with artifact coordinates, exclusions, reports,
Maven repository configuration, and failure behavior.
- RoseauTask (@CacheableTask): resolves baseline artifacts via Gradle
dependency resolution, runs Roseau.diff(), writes CSV/HTML/JSON/MD
reports, and fails the build on breaking changes when configured.
- DSL support classes: ExcludeExtension (regex name + annotation-based
exclusions), AnnotationExclusionSpec (annotation name + member-value
matching), MavenRepositoryExtension, ReportSpec.
- Supports annotation exclusion (e.g. @API(status=INTERNAL)) via the
excludes { annotation(...) { arg(...) } } DSL.
- Build: standalone Gradle build (gradle-plugin/) using java-gradle-plugin
and maven-publish, depending on roseau-core.
- Tests: 3 functional tests using Gradle TestKit covering breaking change
detection, report generation, and annotation-based exclusion.
- Test project fixture in src/test/resources/test-project/ for manual
end-to-end verification.
- Docs: updated README, docs/index.md, docs/guides/gradle.md, and added
docs/reference/gradle-plugin.md.
Co-Authored-By: Claude <noreply@anthropic.com>
…g with signing Replace direct maven-publish + signing plugin approach with JReleaser: - Publish artifacts to local staging directory instead of directly to Maven Central - Let JReleaser handle signing (GPG) and deployment to Sonatype - Add snapshot deploy job for main branch pushes - Add full-release job for tag-triggered releases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.