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 149badf commit 63e2c49Copy full SHA for 63e2c49
gradle/ci-support.gradle
@@ -9,10 +9,7 @@ task testMatrix {
9
10
dependsOn(checkTasks)
11
doLast {
12
- // Obtain a list of check tasks that are not up-to-date, i.e.
13
- // the ones which Gradle cannot find a cached output for.
14
def checkTaskPaths = checkTasks
15
- .findAll { !it.state.upToDate }
16
.collect { it.path }
17
18
println(JsonOutput.toJson(checkTaskPaths))
0 commit comments