Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for suppressAllIvyMetadataWarnings (0.25 sec)

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

                publishing {
                    publications {
                        ivy(IvyPublication) {
                            from components.java
                            suppressAllIvyMetadataWarnings()
                        }
                    }
                }
    """)
    
            when:
            run "publish"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
Back to top