io.github.gmazzo.codeowners.CodeOwnersJVMExtension.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 CodeOwnersJVMExtension : CodeOwnersExtension, CodeOwnersInspectDependencies {
/**
* Where if code ownership info should be added as Java resources to be available at runtime.
*/
val enabled: Property
}