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.