Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for taskWithUnboundRuleSourceApplied (0.28 sec)

  1. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/RuleSourceAppliedToModelMapElementIntegrationTest.groovy

                    void addTasks(ModelMap<Task> tasks) {
                        tasks.named("taskWithUnboundRuleSourceApplied", UnboundRuleSource)
                        tasks.create("taskWithUnboundRuleSourceApplied")
                    }
                }
    
                apply type: Rules
            '''
    
            then:
            fails "taskWithUnboundRuleSourceApplied"
    
            and:
            failureCauseContains '''
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 4.9K bytes
    - Viewed (0)
Back to top