open class VerifyClasspathTask : DefaultTask
The task implementation for the check class collision task.
VerifyClasspathTask(workerExecutor: WorkerExecutor)
The task implementation for the check class collision task. |
var collisionExcludes: Set<DependencyConfig>
Set of special exclude patterns for the class collision check. |
|
var excludedClasses: Set<String>
Set of excluded class patterns for the class collision check. |
|
var excludes: Set<DependencyConfig>
Set of all configured dependencyExcludes patterns. |
|
var libSet: Set<LibraryItem>
Set of all configured libs. |
|
var moduleSet: Set<ModuleItem>
Set of all configured modules. |
|
var recreate: Boolean
Projects will be handled incremental without considering build configuration of the project. the parameter '--recreate' will enable an automatic recreation if project dependencies are available. |
|
var reportOutput: File
This is the output file with the report list of this task. |
|
val resolvedDependencies: Set<DependencyConfig>
Contains all resolved configured dependencies. |
fun verify(): Unit
The task action starts a runner in the background. |