Support Gradle RepositoryContentDescriptor #32256
Replies: 2 comments 2 replies
-
This feature request is related to #14208 but should probably be tracked separately anyway, due to the different patterns that need addition. renovate's gradle manager currently lacks support for RepositoryContentDescriptor. The proposal to translate parsed statements into package rules seems appealing, but by the time parsing happens, it is already too late to add package rules. Note that |
Beta Was this translation helpful? Give feedback.
-
-> PR #33692 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Gradle has RepositoryContentDescriptor which allows you to configure which packages, modules, groups, etc should be excluded/included . One can use it to tell Gradle to (not) look into given repository if given package is processed.
Example,
settings.gradle
:This could be translated to Renovate's:
Beta Was this translation helpful? Give feedback.
All reactions