Gradle buildSrcVersions v0.6.0 Release Notes

Release Date: 2019-09-17 // over 4 years ago
  • Major new feature:

    A new task :refreshVersions now generates Gradle properties for all dependencies โšก๏ธ and plugins inside gradle.properties AND their available updates, if any. ๐Ÿ”Œ The plugin also installed a Gradle resolutionStrategy that enforce the use of those versions, if present.

    ๐Ÿ“š See documentation at https://github.com/jmfayard/buildSrcVersions/issues/77

    ๐Ÿ— See a detail of the changes from versionsOnlyMode at https://github.com/jmfayard/buildSrcVersions/issues/67

    ๐Ÿ’ฅ Breaking change:

    ๐Ÿ— Deprecated plugin configurations were removed from the buildSrcVersions { ... } extension:

    • ๐Ÿ‘‰ useFdqnFor was a typo, corrected to useFqdnFor
    • ๐Ÿ‘ rejectedVersionKeywords was replaced for the better by the lambda rejectVersionsIf { ... }

    ๐Ÿ— https://github.com/jmfayard/buildSrcVersions/issues/53