Splitties / refreshVersions

Life is too short to google for dependencies and versions
https://splitties.github.io/refreshVersions/
MIT License
1.66k stars 107 forks source link

gradle buildSrcLibs generates "buildSrc/buildSrc/src..." #600

Open jschneider opened 2 years ago

jschneider commented 2 years ago

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:

jschneider commented 2 years ago

gradle buildSrcVersions shows the same behavior

jschneider commented 2 years ago

This still happens with 0.50.1

jmfayard commented 2 years ago

Thanks for the bug repot. Not sure that we will have time soon to get on this though to be honest :(

mgray88 commented 1 year ago

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?

jschneider commented 1 year ago

I assume the developers are not using this feature.