-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request