Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 130 for downgraded (0.16 sec)

  1. platforms/jvm/plugins-java/src/crossVersionTest/groovy/org/gradle/integtests/JavaProjectCrossVersionIntegrationTest.groovy

     */
    package org.gradle.integtests
    
    import org.gradle.integtests.fixtures.CrossVersionIntegrationSpec
    
    class JavaProjectCrossVersionIntegrationTest extends CrossVersionIntegrationSpec {
        def "can upgrade and downgrade Gradle version used to build Java project"() {
            given:
            buildFile << """
    apply plugin: 'java'
    
    task custom(type: org.gradle.CustomTask)
            """
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 12:37:02 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_list.txt

    env GO111MODULE=on
    [short] skip
    
    # list {{.Dir}} shows main module and go.mod but not not-yet-downloaded dependency dir.
    go list -mod=mod -m -f '{{.Path}} {{.Main}} {{.GoMod}} {{.Dir}}' all
    stdout '^x true .*[\\/]src[\\/]go.mod .*[\\/]src$'
    stdout '^rsc.io/quote false .*[\\/]v1.5.2.mod $'
    
    # list {{.Dir}} shows dependency after download (and go list without -m downloads it)
    go list -mod=mod -f '{{.Dir}}' rsc.io/quote
    stdout '.*mod[\\/]rsc.io[\\/]quote@v1.5.2$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 18:16:28 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/FallbackTestClientSocketFactory.kt

        }
      }
    
      companion object {
        /**
         * The cipher suite used during TLS connection fallback to indicate a fallback. See
         * https://tools.ietf.org/html/draft-ietf-tls-downgrade-scsv-00
         */
        const val TLS_FALLBACK_SCSV = "TLS_FALLBACK_SCSV"
      }
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 2K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/cache/CacheConfigurations.java

        /**
         * Configures caching for resources that are downloaded during Gradle builds.  By default, downloaded
         * resources are removed after 30 days of not being used.
         */
        void downloadedResources(Action<? super CacheResourceConfiguration> cacheConfiguration);
    
        /**
         * Returns the cache configuration for downloaded resources.
         */
        CacheResourceConfiguration getDownloadedResources();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 20:02:29 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/caching/ParallelDependencyResolutionIntegrationTest.groovy

            executer.withArgument('--info')
    
            executer.requireOwnGradleUserHomeDir()
        }
    
        def "dependency is only downloaded at most once per build using Maven"() {
            def module = mavenHttpRepo.module("com.acme", "dummy", "1.0-SNAPSHOT").publish()
    
            given:
            module.metaData.expectGet()
            ('a'..'z').each {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  6. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/checkstyle/CheckstylePluginDependenciesIntegrationTest.groovy

            succeeds("dependencies", "--configuration", "checkstyle")
            output.contains "com.puppycrawl.tools:checkstyle:"
    
            when:
            buildFile << """
                dependencies {
                    //downgrade version:
                    checkstyle "com.puppycrawl.tools:checkstyle:5.5"
                }
            """
    
            then:
            fails("check")
            failure.assertHasErrorOutput("Name 'class1' must match pattern")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/INSTALL.md

    You can now import and use the `k8s.io/client-go` APIs in your project.
    The next time you `go build`, `go test`, or `go run` your project,
    `k8s.io/client-go` and its dependencies will be downloaded (if needed),
    and detailed dependency version info will be added to your `go.mod` file
    (or you can also run `go mod tidy` to do this directly).
    
    ## Using a specific version
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:51 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/mod_tidy_downgrade_ambiguous.txt

    stdout '^rsc.io/quote@v1.5.2$'
    ! stdout 'rsc.io/quote/v3'
    go list -e all
    ! stdout '^rsc.io/quote$'
    
    # 'go mod tidy' should preserve the requirement on rsc.io/quote but mark it
    # indirect. This prevents a downgrade to v1.5.1, which could introduce
    # an ambiguity.
    go mod tidy
    go list -m -f '{{.Path}}@{{.Version}}{{if .Indirect}} indirect{{end}}' all
    stdout '^rsc.io/quote@v1.5.2 indirect$'
    stdout '^rsc.io/quote/v3@v3.0.0$'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 15 17:32:52 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/samples/readme-templates/common-summary.adoc.template

    Gradle Terms of Service accepted.
    
    Publishing build scan...
    https://gradle.com/s/5u4w3gxeurtd2
    ----
    
    Click the link and explore which tasks where executed, which dependencies where downloaded and many more details!
    
    == Summary
    
    That's it! You've now successfully configured and built a ${language.raw} ${componentType.raw} project with Gradle.
    You've learned how to:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 997 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/dependencyManagement/managingTransitiveDependencies-dependencyAlignment/groovy/build.gradle

    }
    // end::use_bom_rule[]
    } else {
    // tag::use_rule[]
    dependencies {
        components.all(JacksonAlignmentRule)
    }
    // end::use_rule[]
    // tag::enforced_platform[]
    dependencies {
        // Forcefully downgrade the virtual Jackson platform to 2.8.9
        implementation enforcedPlatform('com.fasterxml.jackson:jackson-virtual-platform:2.8.9')
    }
    // end::enforced_platform[]
    }
    
    // tag::bom-alignment-rule[]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top