Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for extraComponent (0.11 sec)

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

        def "reports failure when project dependency references a project with multiple conflicting publications"() {
            createBuildScripts("""
    project(":project2") {
        publishing {
            publications {
                extraComponent(IvyPublication) {
                    from components.java
                    organisation "extra.org"
                    module "extra-module"
                    revision "extra"
                }
                extra(IvyPublication) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top