Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for HttpBuildCache (0.11 sec)

  1. platforms/core-execution/build-cache-http/src/integTest/groovy/org/gradle/caching/http/internal/HttpBuildCacheServiceTest.groovy

    import org.gradle.api.internal.DocumentationRegistry
    import org.gradle.caching.BuildCacheEntryWriter
    import org.gradle.caching.BuildCacheException
    import org.gradle.caching.BuildCacheServiceFactory
    import org.gradle.caching.http.HttpBuildCache
    import org.gradle.caching.internal.TestBuildCacheKey
    import org.gradle.internal.resource.transport.http.DefaultSslContextFactory
    import org.gradle.internal.resource.transport.http.HttpClientHelper
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 16:15:24 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.caching.http.HttpBuildCache.getCredentials()> does not have raw return type assignable to org.gradle.api.provider.Provider in (HttpBuildCache.java:0)
    Method <org.gradle.caching.http.HttpBuildCache.getUrl()> does not have raw return type assignable to org.gradle.api.provider.Property in (HttpBuildCache.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    [[rel4.5:http_build_cache_no_follow_redirects]]
    === [4.5] `HttpBuildCache` no longer follows redirects
    
    When connecting to an HTTP build cache backend via `HttpBuildCache`, Gradle does not follow redirects any more, treating them as errors instead.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/dsl/dsl.xml

                </tr>
                <tr>
                    <td>org.gradle.caching.local.DirectoryBuildCache</td>
                </tr>
                <tr>
                    <td>org.gradle.caching.http.HttpBuildCache</td>
                </tr>
            </table>
        </section>
    
        <section>
            <title>Input Normalization types</title>
            <para>Types used to configure input normalization</para>
            <table>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (0)
Back to top