Table of Contents
| API Documentation: | CodeQualityExtension |
|---|
| Known Subtypes: |
|
|---|
Base Code Quality Extension.
| Property | Description |
ignoreFailures | Whether to allow the build to continue if there are warnings. Example: ignoreFailures = true |
reportsDir | Replaced The directory where reports will be generated. |
sourceSets | The source sets to be analyzed as part of the |
toolVersion | The version of the code quality tool to be used. |
Whether to allow the build to continue if there are warnings. Example: ignoreFailures = true
- Default:
false
File reportsDir
Note: This property has been replaced by reportsDirectory.
The directory where reports will be generated.
ListProperty<SourceSet> sourceSets
ListProperty<SourceSet>The source sets to be analyzed as part of the check and build tasks.
- Default:
project.sourceSets