Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SerialPing (0.31 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/ParallelTaskExecutionIntegrationTest.groovy

                            tasks.create(name, PingWithCacheableWarnings)
                        }
                    }
                    tasks.addRule("<>SerialPing") { String name ->
                        if (name.endsWith("SerialPing")) {
                            tasks.create(name, SerialPing)
                        }
                    }
                }
            """
            executer.beforeExecute {
                withArgument('--info')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 14:00:51 UTC 2024
    - 21K bytes
    - Viewed (0)
Back to top