Skip to content
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

Upgrade Querent API dependency to gradle-plugin-api #12

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

teogor
Copy link
Owner

@teogor teogor commented Feb 23, 2024

Upgrade Querent API Dependency to gradle-plugin-api

This pull request updates the Querent module API dependency from api to gradle-plugin-api. This change aligns with the Gradle Plugin API guidelines and ensures proper integration and visibility within the plugin project.

Changes:

  • Updated the Querent module dependency in build.gradle to dev.teogor.querent:gradle-plugin-api:<version>.
  • Updated any other relevant references to the Querent API to use the new gradle-plugin-api configuration.

Benefits:

  • Improves compatibility with Gradle Plugin API conventions.
  • Ensures better visibility and discoverability of the Querent API within the plugin code.
  • Provides clearer separation between plugin implementation and API consumption.

@teogor teogor added @documentation Improvements or additions to documentation @environment @priority-very-low labels Feb 23, 2024
@teogor teogor added this to the 1.0.0-alpha02 milestone Feb 23, 2024
@teogor teogor self-assigned this Feb 23, 2024
@teogor teogor merged commit a50ac2d into main Feb 23, 2024
5 checks passed
@zeobot zeobot bot deleted the refactor/name-querent-api-dependency-update branch February 23, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@documentation Improvements or additions to documentation @environment @priority-very-low
Projects
Development

Successfully merging this pull request may close these issues.

1 participant