Details
-
Type:
Bug
-
Status:
Open
-
Resolution: Unresolved
-
Affects Version/s: 0.9
-
Fix Version/s: None
Description
Working on cleaning up my dependencies and found that the dependency report does not regenerate after a chance to build.gradle.
gradle dependencyReport
... editing build.gradle and save
gradle dependencyReport
yields:
:fissuresUtil:dependencyReport UP-TO-DATE
BUILD SUCCESSFUL
Seems like dependency report should declare that the build file in an input
Did you change the dependencies section with your build.gradle update?