Hello, I just released a new feature that may inte...
# feed
j
Hello, I just released a new feature that may interest the Gradle-but-non-Android devs among us Context: my Gradle plugin
buildSrcVersions
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
👍 8