jmfayard
09/11/2019, 10:04 AMbuildSrcVersions
extends the gradle-versions-plugin
. It scans your Gradle builds and automatically find available updates to your dependencies. Then it generate (Kotlin or Groovy) code to make it extra-convenient. It was originally designed for complex (multi-module) Gradle projects, mostly for Android.
The versionsOnlyMode
brings a simpler solution for simpler (single-module) Gradle builds.
https://github.com/jmfayard/buildSrcVersions/issues/55