Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for endorseStrictVersions (0.18 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

            // ("looping back" if a another child is the same as the one that was endorsed)
                .dependsOn([endorseStrictVersions: true], lib1)
                .dependsOn([endorseStrictVersions: true], foo1).dependsOn(lib05).dependsOn(lib1).dependsOn([endorseStrictVersions: true], foo05).withModuleMetadata().publish()
    
            buildFile << """
                apply plugin: 'java-library'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                            type = "test-type"
                            url = "test-url"
                        }
                        transitive = true
                        endorseStrictVersions()
    
                        version {
                            branch = "branch"
                            strictly("123")
                            prefer("789")
                            reject("aaa")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
Back to top