Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setupMultipleProjects (0.14 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/FinalizerTaskIntegrationTest.groovy

            expect:
            2.times {
                // TODO - should fail
                succeeds 'b', 'a'
            }
        }
    
        void 'finalizer tasks are executed as expected in parallel builds'() {
            setupMultipleProjects()
            executer.beforeExecute {
                withArguments('--parallel')
            }
    
            expect:
            2.times {
                succeeds 'a'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:33 UTC 2024
    - 32.3K bytes
    - Viewed (0)
Back to top