Open jschneider opened 2 years ago
gradle buildSrcVersions
shows the same behavior
This still happens with 0.50.1
Thanks for the bug repot. Not sure that we will have time soon to get on this though to be honest :(
This is still occurring with 0.51.0
I don't understand how this isn't a major bug. Gradle isn't looking in buildSrc/buildSrc
, it's looking in buildSrc/src
It's even documented here: https://splitties.github.io/refreshVersions/add-dependencies/#using-buildsrclibs
Is there something I'm missing?
I assume the developers are not using this feature.
I updated to 0.50.0 and executed
gradle buildSrcLibs
in the project root.I already had an existing buildSrc directory including a Libs.kt file (from refreshVersions 0.40.*).
After executing the task these changes happened:
buildSrc/buildSrc/src/main/kotlin/Libs.kt
has been created.