API Documentation: | JDependExtension |
---|
Configuration options for the JDepend plugin.
Property | Description |
ignoreFailures | Whether or not 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 or not to allow the build to continue if there are warnings. Example: ignoreFailures = true
- Default:
false
File
reportsDir
The directory where reports will be generated.
Collection
<SourceSet
>
sourceSets
Collection
<SourceSet
>The source sets to be analyzed as part of the check
and build
tasks.
- Default:
project.sourceSets
String
toolVersion
The version of the code quality tool to be used.