With this config:
moduleCheck {
reports {
graphs {
enabled = true // default is false
}
}
}
expected: Running ./gradlew modulecheckauto should generate graph reports in the build directory of each module.
actual: nothing is generated
Running ./gradlew modulecheckgraphs does generate the graphs.