Gradle buildSrcVersions v0.5.0 Release Notes

Release Date: 2019-09-11 // over 4 years ago
  • Major new feature! ๐Ÿ”– versionsOnlyMode for simple Gradle projects who just need the versions 5 modes supported: KOTLIN_VAL, KOTLIN_OBJECT, GROOVY_DEF, GROOVY_EXT, GRADLE_PROPERTIES ๐Ÿ— See https://github.com/jmfayard/buildSrcVersions/issues/55

    • โฌ†๏ธ Upgrade to Gradle 5.6.2
    • โฌ†๏ธ Upgrade to gradle-versions-plugins 0.25.0
    • Typo useFqdnFor() #64
    • Order dependencies by length #65
    • Detect indent from EditorConfig file 58
    • ๐Ÿ”Œ rejectVersionsIf { ... } from https://github.com/ben-manes/gradle-versions-plugin/issues/325
    • Order dependencies by length #65
    • ๐Ÿ‘Œ Improve code quality
    • โœ… Write more and better tests
    • ๐Ÿ‘‰ Use a local maven repo in the samples in order to have a stable output
    • ๐Ÿ— We can now create multiple BuildSrcVersionsTask configured with an extension (used in sample-versionsOnlyMode)