Hello! <refreshVersions> helps Gradle users with t...
# feed
j
Hello! refreshVersions helps Gradle users with the tedious manual work usually involved in adding and updating dependencies and their versions. Highlights from the CHANGELOG for the two last versions: • A task
./gradlew refreshVersionsMigrate
now automates the initial migration • A configuration
rejectVersionsIf { ...}
to filter alpha/beta versions • Lots of dependency notations for AndroidX, Spring, Http4k, Kodein... • ... and you can now contribute your own! To give it a try, see https://jmfayard.github.io/refreshVersions/setup/
🎉 6
🚀 7
K 6
c
If anyone else was on the fence, like me, refreshVersionsMigrate is a game changer. You can just copy the dependency snippet from Central or whatever, just run the task, and you get all the benefits without learning the syntax.
j
Glad to hear that Clovis 🙂