Table of Contents
API Documentation: | CodeQualityExtension |
---|
Base Code Quality Extension.
Property | Description |
ignoreFailures | Whether to allow the build to continue if there are warnings. Example: ignoreFailures = true |
reportsDir | 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
The directory where reports will be generated.
The source sets to be analyzed as part of the check
and build
tasks.
- Default:
project.sourceSets
The version of the code quality tool to be used.