Package org.gradle.kotlin.dsl
Class CodeOwnersDSLKt
-
- All Implemented Interfaces:
public final class CodeOwnersDSLKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static TaskProvider<CodeOwnersReportTask>reportTask
-
Method Summary
Modifier and Type Method Description final TaskProvider<CodeOwnersReportTask>getReportTask()final static <SourceSet extends CodeOwnersSourceSet> Unitinvoke(SourceSet $self, Action<SourceSet> action)-
-
Method Detail
-
getReportTask
final TaskProvider<CodeOwnersReportTask> getReportTask()
-
invoke
final static <SourceSet extends CodeOwnersSourceSet> Unit invoke(SourceSet $self, Action<SourceSet> action)
-
-
-
-