Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for publicationBuild (0.24 sec)

  1. platforms/software/resources-s3/src/integTest/groovy/org/gradle/integtests/resource/s3/maven/MavenPublishS3IntegrationTest.groovy

        }
    
        def "can publish to a S3 Maven repository bucket=#bucket"() {
            given:
            def mavenRepo = new MavenS3Repository(server, file("repo"), "/maven", bucket)
            buildFile << publicationBuild(mavenRepo.uri, """
                credentials(AwsCredentials)
                """)
            propertiesFile << """
            mavenAccessKey=someKey
            mavenSecretKey=someSecret
            """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top