io.github.gmazzo.codeowners.CodeOwnersJVMSourceSet.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jvm-plugin Show documentation
Show all versions of jvm-plugin Show documentation
CodeOwners JVM Gradle Plugin
package io.github.gmazzo.codeowners
import org.gradle.api.provider.Property
interface CodeOwnersJVMSourceSet : CodeOwnersSourceSet, CodeOwnersInspectDependencies {
/**
* If it should compute the code owners for this source set
*/
val enabled: Property
}