Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MyThing1 (0.17 sec)

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

            buildScript """
                class MyPlugin {
                    static class MyThing1 {}
                    static class MyThing2 {}
                    static class MyThing3 {}
    
                    static class Rules extends RuleSource {
                        @Model
                        MyThing1 thing1(MyThing2 thing2) {
                            new MyThing1()
                        }
    
                        @Mutate
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 10.3K bytes
    - Viewed (0)
Back to top