| Type | Name and description |
|---|---|
boolean |
ignoreFailuresWhether or not to allow the build to continue if there are warnings. |
File |
reportsDirThe directory where reports will be generated. |
Collection<SourceSet> |
sourceSetsThe source sets to be analyzed as part of the check and build tasks. |
String |
toolVersionThe 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.