dev.sunnyday.test.impact.plugin.extension.ChangesSource.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-impact-plugin Show documentation
Show all versions of test-impact-plugin Show documentation
Skip test runtime of unchanged gradle modules
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