Skip to content

Reporting #10

@RBusarow

Description

@RBusarow

Sample configuration:

// build.gradle.kts

moduleCheck {

  reports {
    checkStyle {
      enabled.set(true)
      outputFile.set(file("${project.buildDir}/reports/moduleCheck/checkstyle.xml")
    }
    text {
      enabled.set(true)
      outputFile.set(file("${project.buildDir}/reports/moduleCheck/text.txt")
    }
  }
}
  • Configure reports via a nested class in the plugin's extension
    • enabled boolean per type
    • custom file per type
  • generate check style
  • generate text

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions