Skip to content

v0.4.0

Compare
Choose a tag to compare
@sghill sghill released this 21 May 21:50
a769143
  • 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.