CodeQualityExtension

Base Code Quality Extension.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Whether to allow the build to continue if there are warnings.
Link copied to clipboard
Link copied to clipboard
The directory where reports will be generated.
Link copied to clipboard
The source sets to be analyzed as part of the check and build tasks.
Link copied to clipboard
abstract fun getToolVersion(): Property<String>
The version of the code quality tool to be used.
Link copied to clipboard
open fun setIgnoreFailures(ignoreFailures: Boolean)
Whether to allow the build to continue if there are warnings.
Link copied to clipboard
open fun setReportsDir(reportsDir: File)
The directory where reports will be generated.
Link copied to clipboard
open fun setSourceSets(sourceSets: Collection<SourceSet>)
The source sets to be analyzed as part of the check and build tasks.
Link copied to clipboard
open fun setToolVersion(toolVersion: String)
The version of the code quality tool to be used.