Skip to content

Releases: nebula-plugins/nebula-dependency-base-plugin

v1.0.0-rc.8

15 Apr 22:19
Compare
Choose a tag to compare
plugin-plugin 11.2.12

v1.0.0-rc.7

28 Mar 22:48
Compare
Choose a tag to compare
plugin-plugin 9.3.7

v1.0.0-rc.6

28 Mar 06:48
Compare
Choose a tag to compare
plugin-plugin 9.3.4

v1.0.0-rc.5

28 Mar 01:28
Compare
Choose a tag to compare
plugin-plugin 9.3.4

v1.0.0-rc.4

11 Dec 23:12
Compare
Choose a tag to compare
upgrade plugins

v1.0.0-rc.3

23 Sep 21:33
Compare
Choose a tag to compare

Upgrade plugins for groovy 2.5 support

v1.0.0-rc.2

13 Sep 17:03
5640b05
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

Upgrade to Gradle 4.10.1

v1.0.0-rc.1

26 Jun 20:51
2998f3d
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

Breaking change

This uses Gradle's internal dependencyInsight, and drops custom information from other plugins' messages about resolution rule alignment and BOM recommendations.

The goal is to migrate away from this plugin, and to fully use Gradle's internal dependencyInsight.

Gradle 4.9 and above will be required to use this

v0.4.0

21 May 21:50
a769143
Compare
Choose a tag to compare
  • Introduce dependencyInsightEnhanced as a task dependency of dependencyInsight. This avoids the warning in Gradle 4.8:

Creating a custom task named 'dependencyInsight' has been deprecated and is scheduled to be removed in Gradle 5.0. You can configure the existing task using the 'dependencyInsight { }' syntax or create your custom task under a different name.'.

  • Mark dependencyInsight.enabled = false so only our version runs instead of producing two results.

v0.3.2

05 May 00:33
19a3518
Compare
Choose a tag to compare

Bugfix for handling dependencyInsight on top of Gradle 4.7