Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for virtualPlatforms (0.23 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/AbstractAlignmentSpec.groovy

                Set<String> virtualPlatforms = [] as Set
                Set<String> publishedPlatforms = [] as Set
                Set<String> resolvesToVirtual = [] as Set
    
                specs.each {
                    it.applyTo(spec)
                    if (it.virtualPlatforms) {
                        it.seenVersions.each { v ->
                            it.virtualPlatforms.each { vp ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 9K bytes
    - Viewed (0)
  2. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/AbstractMavenPublishJavaIntegTest.groovy

                dependencies {
                    api "org.test:bar:1.0"
                    api platform("org.test:platform:1.0")
                    components.withModule('org.test:bar', VirtualPlatform)
                }
    
                class VirtualPlatform implements ComponentMetadataRule {
                    void execute(ComponentMetadataContext ctx) {
                        ctx.details.with {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 22:25:49 UTC 2023
    - 45.6K bytes
    - Viewed (0)
Back to top