Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for publishToIvy (0.08 sec)

  1. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/plugins/JavaGradlePluginPluginPublishingIntegrationTest.groovy

            settingsFile << """
                rootProject.name = 'plugins'
            """
        }
    
        def "Publishes main plugin artifact to Ivy"() {
            given:
            plugin('foo', 'com.example.foo')
            publishToIvy()
    
            when:
            succeeds 'publish'
    
            then:
    
            ivyRepo.module('com.example', 'plugins', '1.0').assertPublished()
        }
    
        def "Publishes main plugin artifact to Maven"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 13:07:03 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top