Hello friends, Gradle 7.4 added support for Versions Catalog that centralize your versions and depen...
j
Hello friends, Gradle 7.4 added support for Versions Catalog that centralize your versions and dependencies I am writing tooling in refreshVersions to help you migrate to versions catalog instantly: - it generates automatically
gradle/libs.versions.toml
like the one at https://gist.github.com/jmfayard/1082b1ac8f613c6d95c18683626e85b1 - it rewrites the files
build.gradle(.kts)
to use them - it adds dependency updates in
gradle/libs.versions.toml
Want to try it out? Please have a look at the Testing ? pargraph from the pull-request https://github.com/jmfayard/refreshVersions/pull/509 You can comment there, or in Slack.
👍 4
🎉 2