Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            """
            expect:
            2.times {
                succeeds "a"
                result.assertTasksExecuted(":b", ":a")
            }
        }
    
        @UnsupportedWithConfigurationCache
        def buildFinishedHookCanAccessTaskGraph() {
            buildFile << """
                task a(dependsOn: 'b')
                task b
                gradle.buildFinished {
                    def graph = gradle.taskGraph
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 25.7K bytes
    - Viewed (0)
Back to top