Skip to content

Graphs aren't generated when running the multi-rule task, even when they're enabled #576

@RBusarow

Description

@RBusarow

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions