We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4821c commit adc18f0Copy full SHA for adc18f0
buildSrc/src/main/kotlin/CIJobsExtensions.kt
@@ -5,7 +5,7 @@ import org.gradle.api.Task
5
import org.gradle.kotlin.dsl.extra
6
7
/**
8
- * Returns the affected task path, given affected projects, if this task or its dependencies are affected by git changes.
+ * Returns the task's path, given affected projects, if this task or its dependencies are affected by git changes.
9
*/
10
internal fun findAffectedTaskPath(baseTask: Task, affectedProjects: Map<Project, Set<String>>): String? {
11
val visited = mutableSetOf<Task>()
0 commit comments