Skip to content

v0.8.2

Compare
Choose a tag to compare
@jmfayard jmfayard released this 07 Nov 21:10
d6193d1

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")
}