Skip to content

Releases: nebula-plugins/gradle-resolution-rules-plugin

v7.0.0: Merge pull request #79 from nebula-plugins/upgrade-plugin-plugin

09 Sep 19:42
70aae49

Choose a tag to compare

v6.0.5

09 Aug 20:40
f43912c

Choose a tag to compare

Improve how feature flag setting was read. In some cases, it was always disabled.

v6.0.4

09 Aug 19:18
9780818

Choose a tag to compare

Add logging showing that experimental Gradle core based implementation of alignment rules is enabled.

v6.0.3

07 Aug 17:26
b4e92f4

Choose a tag to compare

Fix but that alignment rules without a name were placing modules into the same group using experimental Gradle core alignment.

v6.0.2

02 Aug 17:55
8826130

Choose a tag to compare

Include a feature flag -Dnebula.features.coreAlignmentSupport=true to enable experimental implementation of alignment rules on top of Gradle core features.

v6.0.1

18 Jul 18:30

Choose a tag to compare

Use Gradle's core dependency insight to add dependency details

Removes nebula-dependency-base-plugin

This project will now use Gradle 4.9 or higher to use it's improved dependency insight

v6.0.0

18 Jul 18:28

Choose a tag to compare

Use Gradle's core dependency insight to add dependency details

Removes nebula-dependency-base-plugin

This project will now use Gradle 4.9 or higher to use it's improved dependency insight

v6.0.0-rc.1

12 Jul 22:59
5e3ddf2

Choose a tag to compare

v6.0.0-rc.1 Pre-release
Pre-release

Use Gradle's core dependency insight to add dependency details

Removes nebula-dependency-base-plugin

This project will now use Gradle 4.9-rc-1 or higher to use it's improved dependency insight

v5.2.2

23 May 21:14

Choose a tag to compare

Avoid skipping empty configurations, as they may be populated by default dependencies or by a task at execution time (as is the case with Gretty)

v5.2.1

03 May 21:13
487fab1

Choose a tag to compare

Fix a bug when an effect of a substitution rule could be discarded by an alignment rule.