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

Use quarkus-gradle-plugin.version property in the JSON metadata template to represent the version of the Gradle plugin #20029

Merged
merged 1 commit into from
Sep 9, 2021

Conversation

aloubyansky
Copy link
Member

No description provided.

@quarkus-bot quarkus-bot bot added area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins labels Sep 9, 2021
@@ -131,7 +131,7 @@
"maven-plugin-artifactId": "quarkus-maven-plugin",
"maven-plugin-version": "${project.version}",
"gradle-plugin-id": "io.quarkus",
"gradle-plugin-version": "${project.version}",
"gradle-plugin-version": "${quarkus-gradle-plugin.version}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why a different property? maven-plugin-version above uses the project.version too and I don't remember seeing any problem with it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added one for the Maven plugin as well for consistency. Depending on the Quarkus (platform) build, Maven and Gradle plugins may be different.

…operty in the JSON metadata template to represent the Quarkus plugin versions
@aloubyansky aloubyansky force-pushed the gradle-plugin-version-prop branch from 819c718 to a2f09c5 Compare September 9, 2021 15:10
@aloubyansky aloubyansky merged commit 9ecfcae into quarkusio:main Sep 9, 2021
@quarkus-bot quarkus-bot bot added this to the 2.3 - main milestone Sep 9, 2021
@gsmet gsmet modified the milestones: 2.3.0.CR1, 2.2.4.Final Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants