Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for taskGraphReady (0.25 sec)

  1. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildEventsIntegrationTest.groovy

                    println '# gradle.buildFinished failure=' + Util.unpack(result.failure) + ' [' + gradle.identityPath + ']'
                }
                gradle.taskGraph.whenReady {
                    println '# gradle.taskGraphReady [' + gradle.identityPath + ']'
                }
                gradle.addBuildListener(new LoggingBuildListener())
                class LoggingBuildListener extends BuildAdapter {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 15 15:38:24 UTC 2023
    - 17.9K bytes
    - Viewed (0)
Back to top