Table of Contents
API Documentation: | JDependExtension |
---|
Note: This class is deprecated and will be removed in the next major version of Gradle.
Configuration options for the JDepend plugin.
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
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.