Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jarsNotBuilt (0.11 sec)

  1. testing/integ-test/src/integTest/groovy/org/gradle/integtests/MultiProjectDependencyIntegrationTest.groovy

            failingBuild 'c'
    
            when:
            fails ':a:build'
    
            then:
            failure.assertHasCause 'failure in c'
    
            and:
            jarsBuilt 'd'
            jarsNotBuilt 'a', 'b', 'c'
        }
    
        // 'c' + 'd' _may_ be built with parallel executer
        // test can't handle parallel task execution
        @Requires(IntegTestPreconditions.NotParallelOrConfigCacheExecutor)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top