Skip to content

Releases: xebialabs/gradle-xl-dependency-plugin

v3.0.6

31 Oct 15:19
@ilx ilx
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.4...v3.0.6

v3.0.5

31 Oct 15:01
@ilx ilx
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.4...v3.0.5

v2.0.1

21 Nov 04:47
fc49739
Compare
Choose a tag to compare

What's Changed

  • Implemented PLAT-392 support for rewrites with version by @hierynomus in #2
  • ENG-6757 Use Nebula release plugin for Gradle plugins by @acierto in #4
  • ENG-6757 Use Nebula release plugin for Gradle plugins by @acierto in #5
  • ENG-6757 Use Nebula release plugin for Gradle plugins by @acierto in #6
  • ENG-6757 add publish_snapshot.sh by @vpugar-digital in #7
  • ENG-6757 fix group version by @vpugar-digital in #8

New Contributors

Full Changelog: https://github.com/xebialabs/gradle-xl-dependency-plugin/commits/v2.0.1

v3.0.4

18 Nov 17:41
@ilx ilx
03c88e9
Compare
Choose a tag to compare

What's Changed

  • Improve resolution context construction by @ilx in #14
  • Do not use unresolved versions to manage dependencies by @ilx in #15

Full Changelog: v3.0.3...v3.0.4

v3.0.3

17 Nov 18:04
@ilx ilx
a907adb
Compare
Choose a tag to compare

What's Changed

  • GH-10 Allow override of versions with extraProperties values and add a flag to disable dependency management by @ilx in #11
  • Add support for java-platform by @ilx in #12

New Contributors

  • @ilx made their first contribution in #11

Full Changelog: v3.0.2...v3.0.3

v3.0.1

08 Nov 13:01
@ilx ilx
Compare
Choose a tag to compare

Dependency management plugin by default manages versions, but it is a heavyweight operation.
With 'manageDependencies false' it is still possible to use .conf files to:

  • expose all declared versions via ext
  • exclude blacklisted dependencies
  • rewrite dependencies

Full Changelog: v3.0.0...v3.0.1

v3.0.0

07 Nov 18:54
@ilx ilx
Compare
Choose a tag to compare

What's Changed

  • Bumped everything to gradle 7.5.1
  • 3.0.x versions are not compatible with older versions of gradle
  • Added com.xebialabs.dependency.platform plugin that adds managed dependencies to the java-platform project
  • Changed DependencySupplier so that it might work with composite builds (if conf file is exposed with right attribute)

Full Changelog:

v2.0.0-1227.1522...v3.0.0