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

dev.sunnyday.test.impact.plugin.extension.ChangesSource.kt Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package dev.sunnyday.test.impact.plugin.extension

import org.gradle.api.tasks.Input

fun interface ChangesSource {

    @Input
    fun getChangedFiles(): List
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy