Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 6,115 for version2 (0.35 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/CustomVersionListerIntegrationTest.groovy

                        if ($logQueries) { println("Listing versions for module \$id.name") }
                        repositoryResourceAccessor.withResource("\${id.group}/\${id.name}/versions.txt") {
                            def versions = (new String(it.bytes)).split(',') as List
                            details.listed(versions)
                        }
                    }
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/DefaultGradleDistribution.groovy

            return isVersion(otherVersion) || version.compareTo(GradleVersion.version(otherVersion)) > 0;
        }
    
        protected boolean isSameOrOlder(String otherVersion) {
            return isVersion(otherVersion) || version.compareTo(GradleVersion.version(otherVersion)) <= 0;
        }
    
        protected boolean isVersion(String otherVersionString) {
            GradleVersion otherVersion = GradleVersion.version(otherVersionString);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:27 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/strict/EndorseStrictVersionsIntegrationTest.groovy

                'org:platform:1.0'() {
                    constraint(group: 'org', artifact: 'bar', version: '1.0')
                    constraint(group: 'org', artifact: 'foo', strictly: '1.0')
                }
                'org:platform:2.0'() {
                    constraint(group: 'org', artifact: 'bar', version: '1.0')
                    constraint(group: 'org', artifact: 'foo', version: '1.0')
                }
                'org:foo:1.0'()
                'org:foo:2.0'()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  4. subprojects/distributions-dependencies/build.gradle.kts

            api(libs.commonsCompress)       { version { strictly("1.26.1") } }
            api(libs.commonsHttpclient)     { version { strictly("4.5.14") } }
            api(libs.commonsIo)             { version { strictly("2.15.1") }}
            api(libs.commonsLang)           { version { strictly("2.6") }}
            api(libs.commonsLang3)          { version { strictly("3.14.0") }}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyDynamicRevisionResolveIntegrationTest.groovy

                        notRequested()
                        byReason("didn't match versions 1.3, 1.2, 1.1.1")
                    }
                }
            }
        }
    
        @Issue(["GRADLE-2502", "GRADLE-2794"])
        def "version selector ending in + selects highest matching version"() {
            given:
            buildFile << """
                dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types.go

    	// versions is the list of all API versions of the defined custom resource.
    	// Optional if `version` is specified.
    	// The name of the first item in the `versions` list must match the `version` field if `version` and `versions` are both specified.
    	// Version names are used to compute the order in which served versions are listed in API discovery.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/phases/upgrade/policy_test.go

    		{
    			name: "the maximum skew between the cluster version and the kubelet versions should be three minor version.",
    			vg: &fakeVersionGetter{
    				clusterVersion: "v1.13.0",
    				kubeletVersion: "v1.10.8",
    				kubeadmVersion: "v1.13.0",
    			},
    			newK8sVersion: "v1.13.0",
    		},
    		{
    			name: "the maximum skew between the cluster version and the kubelet versions should be three minor version. This may be forced through though.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 03:17:05 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_resolution.adoc

    ====
    
    Gradle will consider _all_ requested versions, wherever they appear in the dependency graph.
    Out of these versions, it will select the _highest_ one. More information on version ordering
    <<single_versions#version_ordering,here>>.
    
    As you have seen, Gradle supports a concept of <<rich_versions.adoc#rich-version-constraints,rich version declaration>>, so what is the highest version depends on the way versions were declared:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 22.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/runtime/scheme.go

    // and the specified order overwrites any previously specified order for this group
    func (s *Scheme) SetVersionPriority(versions ...schema.GroupVersion) error {
    	groups := sets.String{}
    	order := []string{}
    	for _, version := range versions {
    		if len(version.Version) == 0 || version.Version == APIVersionInternal {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 25.2K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modfetch/coderepo_test.go

    			list, err := repo.Versions(ctx, tt.prefix)
    			if err != nil {
    				t.Fatalf("Versions(%q): %v", tt.prefix, err)
    			}
    			if !reflect.DeepEqual(list.List, tt.versions) {
    				t.Fatalf("Versions(%q):\nhave %v\nwant %v", tt.prefix, list, tt.versions)
    			}
    		})
    	}
    }
    
    var latestTests = []struct {
    	vcs     string
    	path    string
    	version string
    	err     string
    }{
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 18 20:10:14 UTC 2023
    - 29.4K bytes
    - Viewed (0)
Back to top