Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/DependenciesAttributesIntegrationTest.groovy

            }
    
            buildFile << """
                // this is actually the rules that we want to test
                class ModifyDependencyRule implements ComponentMetadataRule {
                    Attribute attribute
    
                    @javax.inject.Inject
                    ModifyDependencyRule(Attribute attribute) {
                        this.attribute = attribute
                    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 02:13:52 UTC 2024
    - 49.5K bytes
    - Viewed (0)
Back to top