Type | Name and description |
---|---|
boolean |
ignoreFailures Whether or not to allow the build to continue if there are warnings. |
File |
reportsDir The directory where reports will be generated. |
Collection<SourceSet> |
sourceSets The source sets to be analyzed as part of the check and build tasks. |
String |
toolVersion The version of the code quality tool to be used. |
Whether or not to allow the build to continue if there are warnings. Example: ignoreFailures = true
The directory where reports will be generated.
The source sets to be analyzed as part of the check and build tasks.
The version of the code quality tool to be used.