dev.sunnyday.test.impact.plugin.extension.TestTaskNameProvider.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.Project
fun interface TestTaskNameProvider {
fun getTestTasks(project: Project): List
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy