DetektGenerateConfigTask

@CacheableTask
abstract class DetektGenerateConfigTask @Inject constructor(workerExecutor: WorkerExecutor, providers: ProviderFactory) : DefaultTask

Constructors

Link copied to clipboard
@Inject
constructor(workerExecutor: WorkerExecutor, providers: ProviderFactory)

Properties

Link copied to clipboard
@get:OutputFile
abstract val configFile: RegularFileProperty
Link copied to clipboard
@get:Classpath
abstract val detektClasspath: ConfigurableFileCollection
Link copied to clipboard
@get:Classpath
abstract val pluginClasspath: ConfigurableFileCollection

Functions

Link copied to clipboard