Skip to content

feat: update plugin ID to io.github.reqstool.gradle-plugin and set version to 0.1.0#22

Merged
jimisola merged 3 commits intomainfrom
feat/update-gav-to-io-github-reqstool
Feb 25, 2026
Merged

feat: update plugin ID to io.github.reqstool.gradle-plugin and set version to 0.1.0#22
jimisola merged 3 commits intomainfrom
feat/update-gav-to-io-github-reqstool

Conversation

@jimisola
Copy link
Member

Summary

Update the Gradle plugin to use a more descriptive plugin ID and set version for initial release.

Changes

  • Plugin ID: io.github.reqstoolio.github.reqstool.gradle-plugin
    • More explicit about the technology (Gradle)
    • Follows best practices for plugin naming
  • Version: 0.2.00.1.0
  • Documentation: Updated README.adoc with new plugin ID and version

Test plan

  • Verify plugin can be applied with new ID: id 'io.github.reqstool.gradle-plugin' version '0.1.0'
  • Verify plugin functionality still works correctly
  • Test with reqstool-demo project (see companion PR)

…rsion to 0.1.0

- Change plugin ID from io.github.reqstool to io.github.reqstool.gradle-plugin for clarity
- Update version to 0.1.0 for initial release
- Update README.adoc documentation with new plugin ID and version
- Document all public getters in RequirementsToolExtension
- Document all public getters and task action in RequirementsToolTask
- Document apply() and configureMavenPublishing() in RequirementsToolPlugin
- Document all private helper methods
- Enable Xdoclint:all for stricter documentation checks
- Remove previous Xdoclint:none suppression
@jimisola jimisola force-pushed the feat/update-gav-to-io-github-reqstool branch from a9af6c6 to f660e62 Compare February 25, 2026 11:01
The checkFormatMain task was failing due to formatting violations
in three Java files. Applied the formatter to fix these issues.
@jimisola jimisola self-assigned this Feb 25, 2026
@jimisola jimisola merged commit 55bf4a9 into main Feb 25, 2026
7 checks passed
@jimisola jimisola deleted the feat/update-gav-to-io-github-reqstool branch February 25, 2026 11:11
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.

1 participant