Gradle buildSrcVersions v0.8.x Release Notes

  • ๐Ÿ— The long-term plan for v1.0 is to focus on :refreshVersions instead of :buildSrcVersions

    ๐Ÿ— See https://github.com/jmfayard/buildSrcVersions/issues/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")
    }