Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AUTHENTICATION_SCHEMES (0.18 sec)

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

            with(repos[0]) {
                name == 'maven'
                type == 'MAVEN'
                properties == [
                    ARTIFACT_URLS: [],
                    AUTHENTICATED: false,
                    AUTHENTICATION_SCHEMES: [],
                    URL: getMavenHttpRepo().uri.toString(),
                    METADATA_SOURCES: ['mavenPom']
                ]
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 22.2K bytes
    - Viewed (0)
Back to top