Replies: 2 comments 3 replies
-
/cc @glefloch, @quarkusio/devtools |
Beta Was this translation helpful? Give feedback.
0 replies
-
Because those two things (core and platform) has different release cycles. I actually thought we had a matching gradle release as we have for maven to reduce the dependabot churn. @aloubyansky ^ ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using Quarkus with Gradle, the
quarkus create
tool creates the basic files for me. What I don't understand is, why there are two different variables for the Quarkus version ingradle.properties
:As far as I understood, these versions should always align anyways. So why not using a common
quarkusVersion
variable, is there a specific reason?EDIT: The reason I ask: I'm using automated dependency updates with Renovate Bot and currently it detects (correctly) a version major update for
io.quarkus
(the plugin), but not for the platform. However, my code is still working, but it seems a bid odd though.Beta Was this translation helpful? Give feedback.
All reactions