Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestHttpHeaderValue (0.14 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/http/HttpAuthenticationDependencyResolutionIntegrationTest.groovy

    repositories {
        maven {
            url "${mavenHttpRepo.uri}"
            credentials(org.gradle.api.credentials.HttpHeaderCredentials) {
                name = "TestHttpHeaderName"
                value = "TestHttpHeaderValue"
            }
            authentication { header(HttpHeaderAuthentication) }
        }
    }
    configurations { compile }
    dependencies {
        compile 'group:projectA:1.2'
    }
    task listJars {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 18.7K bytes
    - Viewed (0)
Back to top