Gradle plugin for JVM projects written in Java, Kotlin, Groovy, or Scala; and Android projects written in Java or Kotlin. Provides advice for managing dependencies and other applied plugins
(Optional) Android Gradle Plugin (AGP) version
28.2.0 and 8.7.0 too has ths problem
Describe the bug
Task :projectHealth just not works, throws error.
To Reproduce
Steps to reproduce the behavior:
Add plugins as described in a documentation
Add plugins to modules that i want to scan
Run task :projectHealth
-> failure
Unable to find method ''com.google.common.collect.ImmutableSet com.google.common.graph.Graphs.reachableNodes(com.google.common.graph.Graph, java.lang.Object)''
'com.google.common.collect.ImmutableSet com.google.common.graph.Graphs.reachableNodes(com.google.common.graph.Graph, java.lang.Object)'Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Expected behavior
Task executes correctly, without trowing errors.
Plugin version 2.1.4
Gradle version 8.10.2 and 8.8 also
JDK version 17
(Optional) Android Gradle Plugin (AGP) version 28.2.0 and 8.7.0 too has ths problem
Describe the bug Task :projectHealth just not works, throws error.
To Reproduce Steps to reproduce the behavior:
-> failure
Expected behavior Task executes correctly, without trowing errors.
Additional context