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

Rework how the dependency coordinates found in templates are handled #1636

Merged
merged 3 commits into from
Mar 2, 2023

Conversation

melix
Copy link
Contributor

@melix melix commented Mar 1, 2023

Instead of using a pom.xml file, this now makes use of a Gradle version catalog, found in gradle/templates.versions.toml. This file should be handled by renovatebot automatically.

This will typically make the Gradle plugin upgrades much easier to handle since there will be a single place to change.

Fixes #1635

Instead of using a pom.xml file, this now makes use of a Gradle version
catalog, found in `gradle/templates.versions.toml`. This file should be
handled by renovatebot automatically.

This will typically make the Gradle plugin upgrades much easier to
handle since there will be a single place to change.

Fixes #1635
@melix melix requested review from timyates and sdelamo March 1, 2023 15:08
@melix melix self-assigned this Mar 1, 2023
Copy link
Contributor

@timyates timyates left a comment

Choose a reason for hiding this comment

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

🧙

@timyates
Copy link
Contributor

timyates commented Mar 1, 2023

I believe there's a fix in the pipeline from @sdelamo for the aws/groovy failures

@melix
Copy link
Contributor Author

melix commented Mar 1, 2023

This could be updated to Gradle plugin 3.7.4 but given the very slow feedback loop, I won't push this today.

Copy link
Contributor

@sdelamo sdelamo left a comment

Choose a reason for hiding this comment

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

Please, note that we also use the pom.xml in guides. https://github.com/micronaut-projects/micronaut-guides/blob/master/buildSrc/src/main/resources/pom.xml

I assume this is compatible to have another version catalogue in guides.

@melix
Copy link
Contributor Author

melix commented Mar 2, 2023

we also use the pom.xml in guides. https://github.com/micronaut-projects/micronaut-guides/blob/master/buildSrc/src/main/resources/pom.xml

Oh, so you mean the CoordinatesUtils class is used in guides too? Then you're right I need to make changes to keep this working.

This class is used in `micronaut-guides`, where something similar to
this PR could be done.
@sdelamo sdelamo merged commit d585d71 into 3.9.x Mar 2, 2023
@sdelamo sdelamo deleted the cc/issue-1635 branch March 2, 2023 12:47
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.

3 participants