Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withGradleMetadata (0.24 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/compatibility/ArtifactAndClassifierCompatibilityIntegrationTest.groovy

                    // starts publishing GMM but did not do so before.
                    // Then consumers that use a classifier selection, do not suddenly break with a version upgrade that brings in GMM.
                    withGradleMetadata()
                }
            }
    
            and:
            buildFile << """
                dependencies {
                    conf 'org:foo:1.0'
                }
            """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/integtests/fixtures/publish/ModuleVersionSpec.groovy

        }
    
        void constraint(coord) {
            constraints << coord
        }
    
        void withoutGradleMetadata() {
            metadataType = MetadataType.LEGACY
        }
    
        void withGradleMetadata() {
            metadataType = MetadataType.GRADLE
        }
    
    
        void withModule(@DelegatesTo(HttpModule) Closure<?> spec) {
            withModule << spec
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 14.4K bytes
    - Viewed (0)
Back to top