Releases: nebula-plugins/nebula-dependency-base-plugin
Releases · nebula-plugins/nebula-dependency-base-plugin
v1.0.0-rc.8
plugin-plugin 11.2.12
v1.0.0-rc.7
plugin-plugin 9.3.7
v1.0.0-rc.6
plugin-plugin 9.3.4
v1.0.0-rc.5
plugin-plugin 9.3.4
v1.0.0-rc.4
upgrade plugins
v1.0.0-rc.3
Upgrade plugins for groovy 2.5 support
v1.0.0-rc.2
Upgrade to Gradle 4.10.1
v1.0.0-rc.1
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
- 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.