Gradle buildSrcVersions v0.7.0 Release Notes

Release Date: 2019-10-13 // over 4 years ago
  • ๐Ÿ”Œ The plugin will in the future focus on :refreshVersions.

    For now it is published under two names, with an identical content:

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

    Next step: integration with https://github.com/LouisCAD/Splitties

    ๐Ÿ‘€ See #104

    ๐Ÿ”„ Changes:

    • New configuration: orderBy = GROUP_AND_LENGTH or GROUP_AND_ALPHABETICAL #65
    • ๐Ÿ”Œ PluginConfig.virtualGroups for kotlinx-coroutines #102