Releases: nebula-plugins/gradle-resolution-rules-plugin
Releases · nebula-plugins/gradle-resolution-rules-plugin
v7.0.0: Merge pull request #79 from nebula-plugins/upgrade-plugin-plugin
09 Sep 19:42
Compare
Sorry, something went wrong.
No results found
Breaking change
Support only for Gradle 4.0+
v6.0.5
09 Aug 20:40
Compare
Sorry, something went wrong.
No results found
Improve how feature flag setting was read. In some cases, it was always disabled.
v6.0.4
09 Aug 19:18
Compare
Sorry, something went wrong.
No results found
Add logging showing that experimental Gradle core based implementation of alignment rules is enabled.
v6.0.3
07 Aug 17:26
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix a bug when an effect of a substitution rule could be discarded by an alignment rule.