applyTo

open fun <T : Task?, JavaForkOptions?> applyTo(task: T)(source)

Applies Jacoco to the given task. Configuration options will be provided on a task extension named 'jacoco'. Jacoco will be run as an agent during the execution of the task.

Parameters

task

the task to apply Jacoco to.

See also


open fun <T : Task?, JavaForkOptions?> applyTo(tasks: TaskCollection<T>)(source)

Applies Jacoco to all of the given tasks.

Parameters

tasks

the tasks to apply Jacoco to