Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for differentBranch (0.09 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/IvySpecificComponentMetadataRulesIntegrationTest.groovy

            repository {
                'org.test:projectA:1.0' {
                    withModule {
                        withExtraInfo((ns('foo')): "fooValueChanged", (ns('bar')): "barValueChanged")
                        withBranch('differentBranch')
                        withStatus('milestone')
                        publishWithChangedContent()
                    }
                }
            }
    
            then:
            succeeds 'resolve'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 11.3K bytes
    - Viewed (0)
Back to top