Releases: xebialabs/gradle-xl-dependency-plugin
Releases · xebialabs/gradle-xl-dependency-plugin
v3.0.6
What's Changed
- updated java version by @isaacsatish in #17
- Fix intellij dependencies by @RolandasJas in #19
New Contributors
- @isaacsatish made their first contribution in #17
- @RolandasJas made their first contribution in #19
Full Changelog: v3.0.4...v3.0.6
v3.0.5
What's Changed
- updated java version by @isaacsatish in #17
- Fix intellij dependencies by @RolandasJas in #19
New Contributors
- @isaacsatish made their first contribution in #17
- @RolandasJas made their first contribution in #19
Full Changelog: v3.0.4...v3.0.5
v2.0.1
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
- @hierynomus made their first contribution in #2
- @acierto made their first contribution in #4
- @vpugar-digital made their first contribution in #7
Full Changelog: https://github.com/xebialabs/gradle-xl-dependency-plugin/commits/v2.0.1
v3.0.4
v3.0.3
v3.0.1
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
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: