Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for configuredTaskRunsCorrectly (0.49 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/invocation/GradleLifecycleIntegrationTest.groovy

                }
                plugins {
                    id 'my-settings-plugin'
                }
                dsl {
                    parameter = "42"
                }
            '''
        }
    
        def configuredTaskRunsCorrectly() {
            run 'test'
            outputContains 'The parameter is `42`'
            true
        }
    
        def 'isolated beforeProject action given as Kotlin lambda can capture managed value'() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 16:52:09 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top