We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b98e79 commit 126d8b2Copy full SHA for 126d8b2
1 file changed
build.gradle
@@ -357,20 +357,6 @@ getTasksByName('test', true).each {
357
}
358
359
360
-task testComponents {
361
- description = "Runs tests in all components"
362
- dependsOn file(':runtime').exists() ? project(':runtime') : []
363
- .subprojects
364
- .collect { it.tasks.matching { t -> t.name == "test" } }
365
- .flatten()
366
-}
367
-
368
-task testAll {
369
- description = "Runs framework tests and all component tests"
370
- dependsOn(":framework:test")
371
- dependsOn(testComponents)
372
373
374
// ========== check/update tasks ==========
375
376
task getRuntime {
0 commit comments