Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setupBuildWithDependencyResolution (0.75 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r68/ParallelActionExecutionCrossVersionSpec.groovy

        }
    
        @TargetGradleVersion(">=6.8")
        def "nested actions that query a project model run in parallel when target Gradle version supports it and --parallel is used"() {
            given:
            setupBuildWithDependencyResolution()
    
            expect:
            server.expectConcurrent('root', 'a', 'b')
            def models = withConnection {
                def action = action(new ActionRunsNestedActions())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top