All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.gmazzo.codeowners.CodeOwnersJVMExtension.kt Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy