Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setupBuildWithToolchainsResolution (0.23 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r81/ToolchainsParallelActionExecutionCrossVersionSpec.groovy

        @TargetGradleVersion(">=8.1")
        def "nested actions that query a project model which leverages toolchain information do not cause Property evaluation to be in unexpected state"() {
            given:
            setupBuildWithToolchainsResolution()
    
            when:
            withConnection {
                def action = action(new ActionRunsNestedActions())
                action.standardOutput = System.out
                action.standardError = System.err
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 05:31:40 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top