Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for createSpec (0.17 sec)

  1. platforms/software/ivy/src/testFixtures/groovy/org/gradle/api/publish/ivy/AbstractIvyPublishIntegTest.groovy

            IvyArtifactResolutionExpectation(Object dependencyNotation) {
                if (dependencyNotation instanceof IvyModule) {
                    module = dependencyNotation
                }
                createSpecs()
            }
    
            IvyModule getModule() {
               super.module
            }
    
            void validate() {
                singleValidation(true, withModuleMetadataSpec)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 7.6K bytes
    - Viewed (0)
Back to top