Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for publicationBuildWithCredentialsProvider (0.34 sec)

  1. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishHttpIntegTest.groovy

        }
    
        def "can publish to authenticated repository using #authScheme auth"() {
            given:
            buildFile << publicationBuildWithCredentialsProvider(version, group, mavenRemoteRepo.uri)
            PasswordCredentials credentials = new DefaultPasswordCredentials('username', 'password')
            configureRepositoryCredentials(credentials.username, credentials.password)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishHttpIntegTest.groovy

            customModule.assertMetadataAndJarFilePublished()
        }
    
        void "can publish artifact to authenticated repository using credentials provider"() {
            given:
            buildFile << publicationBuildWithCredentialsProvider('2', 'org.gradle', ivyHttpRepo.uri)
    
            and:
            PasswordCredentials credentials = new DefaultPasswordCredentials('username', 'password')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 21.8K bytes
    - Viewed (0)
Back to top