Gradle buildSrcVersions v0.8.2 Release Notes

Release Date: 2019-11-07 // over 4 years ago
  • ๐Ÿ— The long-term plan for v1.0 is to focus on :refreshVersions instead of :buildSrcVersions

    ๐Ÿ‘€ See #104

    ๐Ÿš€ Starting from release 0.8.0 the plugin is now called and contain only the task refreshVersions

    plugins { id("de.fayard.refreshVersions").version("0.8.x") // or newer}
    

    ๐Ÿ— We are not quite ready yet to extract the useful parts of buildSrcVersions to another plugin,
    ๐Ÿ— so if you need the features from buildSrcVersions, stay with this for now:

    plugins { id("de.fayard.buildSrcVersions").version("0.7.0") }