Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for noArtifacts (0.23 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenBomResolveIntegrationTest.groovy

                        constraint("group:moduleA:2.0", "group:moduleA:2.0")
                        noArtifacts()
                    }
                    module("group:bom2:1.0:platform-runtime") {
                        constraint("group:moduleA:2.0", "group:moduleA:2.0")
                        noArtifacts()
                    }
                    edge("group:moduleA", "group:moduleA:2.0") {
                        byConstraint()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  2. platforms/jvm/java-platform/src/integTest/groovy/org/gradle/integtests/resolve/platforms/JavaPlatformResolveIntegrationTest.groovy

                        variant("apiElements", ['org.gradle.usage': 'java-api', 'org.gradle.category': 'platform'])
                        constraint("org:foo:1.1")
                        noArtifacts()
                    }
                    edge('org:foo', 'org:foo:1.1') {
                        byConstraint()
                    }
                }
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/gmm/GradleModuleMetadataAvailableAtIntegrationTest.groovy

                }
            }
            run ":checkDeps"
    
            then:
            resolve.expectGraph {
                root(":", ":test:") {
                    module("org:moduleA:1.0") {
                        noArtifacts()
                        module("org:external:1.0")
                    }
                }
            }
        }
    
        def "resolves available-at variant even if configuration is not transitive"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/platforms/PlatformResolveIntegrationTest.groovy

                        noArtifacts()
                    }
                    module("org:platform:1.0") {
                        variant(enforcedVariant, [
                            'org.gradle.category': 'enforced-platform',
                            'org.gradle.status': 'release',
                            'org.gradle.usage': javaUsage])
                        noArtifacts()
                    }
                }
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/integtests/fixtures/publish/ModuleVersionSpec.groovy

            variant('apiElements') {
                useDefaultArtifacts = false
                noArtifacts = true
                attribute(Usage.USAGE_ATTRIBUTE.name, Usage.JAVA_API)
                attribute(Category.CATEGORY_ATTRIBUTE.name, Category.REGULAR_PLATFORM)
            }
            variant('runtimeElements') {
                useDefaultArtifacts = false
                noArtifacts = true
                attribute(Usage.USAGE_ATTRIBUTE.name, Usage.JAVA_RUNTIME)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/strict/StrictVersionsInPlatformCentricDevelopmentIntegrationTest.groovy

            repository {
                'org:platform:1.0'() {
                    variant('apiElements') {
                        attributes = ['org.gradle.category': 'platform']
                        noArtifacts = true
                    }
                    if (platformType in [PLATFORM, MODULE]) {
                        constraint(group: 'org', artifact: 'bar', strictly: '2.0')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 19.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/RepositoriesDeclaredInSettingsIntegrationTest.groovy

                    project(":lib1", "test:lib1:") {
                        configuration = 'conf'
                        noArtifacts()
                        module('org:module-lib1:1.0')
                    }
                    project(":lib2", "test:lib2:") {
                        configuration = 'conf'
                        noArtifacts()
                        module('org:module-lib2:1.0')
                    }
                }
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:56:27 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/constraints/DependencyConstraintsIntegrationTest.groovy

                        byConstraint()
                        byConflictResolution("between versions 1.1 and 1.0")
                        noArtifacts()
                        project(":bar", "org:bar:1.1") {
                            configuration = 'default'
                            noArtifacts()
                            constraint("project :foo", "org:foo:1.1")
                        }
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 28.8K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenLocalDependencyWithGradleMetadataResolutionIntegrationTest.groovy

                root(":", ":test:") {
                    module("test:a:1.2") {
                        configuration("release")
                        noArtifacts()
                        edge("test:c:{prefer preview}", "test:c:preview") {
                            configuration("release")
                            noArtifacts()
                        }
                    }
                }
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:39 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  10. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildDeclaredSubstitutionsIntegrationTest.groovy

            resolvedGraph {
                edge("org.test:platform:1.0", ":platform", "org.test:platform:2.0") {
                    configuration = "runtimeElements"
                    compositeSubstitute()
                    noArtifacts()
                }
            }
    
        }
    
        def "preserves the requested attributes when performing a composite substitution using mapping"() {
            platformDependency 'org.test:platform:1.0'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 01 20:36:42 UTC 2022
    - 14.4K bytes
    - Viewed (0)
Back to top