Closed zharinov closed 4 years ago
I think this will be fixed with #3608, which is in progress
I think #3608 might take some time though! I was hoping there's a quick fix here with the existing manager.
For quick fix, we can scan package file, collecting versions for null values. Should be pretty straightforward to implement.
@zharinov Feel free to send a pr to fix this 🙃
:tada: This issue has been resolved in version 21.6.2 :tada:
The release is available on:
21.6.2
Your semantic-release bot :package::rocket:
What Renovate type are you using?
Standalone
Describe the bug
Gradle report generator handles deps declared with
classpath
keyword, while sections withdependency
produceversion: null
.While running,
DefaultExternalModuleDependency
instances are initiated withnull
version fields.To Reproduce
Clone example repo (see below) and run Renovate.
Additional context
Example repo: https://github.com/apache/fineract Example: https://github.com/apache/fineract/blob/develop/fineract-provider/build.gradle#L83