Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r42/BuildProgressTaskActionsCrossVersionSpec.groovy

                }}
            """
    
            when:
            runCustomTask()
    
            then:
            def task = events.operation("Task :custom")
            task.descendant('Execute A first step for :custom')
            task.descendant('Execute One last thing... for :custom')
        }
    
        private runCustomTask() {
            withConnection {
                ProjectConnection connection ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top