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

io.github.gmazzo.codeowners.CodeOwnersJVMSourceSet.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 CodeOwnersJVMSourceSet : CodeOwnersSourceSet, CodeOwnersInspectDependencies {

    /**
     * If it should compute the code owners for this source set
     */
    val enabled: Property

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy