Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for projectPublishedUsingIvyPublishPlugin (0.5 sec)

  1. platforms/software/ivy/src/crossVersionTest/groovy/org/gradle/api/publish/ivy/IvyPublishCrossVersionIntegrationTest.groovy

            given:
            projectPublishedUsingIvyPublishPlugin('web')
    
            expect:
            consumePublicationWithPreviousVersion()
    
            file('build/resolved').assertHasDescendants("published-1.9.war")
        }
    
        def projectPublishedUsingIvyPublishPlugin(def componentToPublish) {
            repo.module("org.gradle", "test-project", "1.2").publish()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top