Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for twoImplementation (0.28 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/capabilities/CapabilitiesConflictResolutionIssuesIntegrationTest.groovy

                        capability('t', 'w', 'o')
                        capability('g', 'two-preferred', 'v')
                    }
                }
    
                dependencies {
                    twoImplementation(project(':shared')) {
                        capabilities {
                            requireCapability('g:one:v')
                        }
                    }
                    twoPrefImplementation(project(':shared')) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top