Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ivyCustom (0.07 sec)

  1. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishArtifactCustomizationIntegTest.groovy

      - Anything that can be converted to a file, as per Project.file()""")
        }
    
        def "artifact coordinates are evaluated lazily"() {
            given:
            createBuildScripts("""
                publications.create("ivyCustom", IvyPublication) {
                    artifact customJar
                }
            """, "version = 2.0")
            when:
            succeeds 'publish'
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 18.3K bytes
    - Viewed (0)
Back to top