Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for noArtifacts (0.21 sec)

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

                    files << "sub.jar"
                    project(":sub", "main:sub:") {
                        configuration = "compile"
                        noArtifacts()
                        project(":", ":main:") {
                            configuration = "compile"
                            noArtifacts()
                        }
                    }
                }
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 23 22:33:17 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/DependencyResolveRulesPreferProjectModulesIntegrationTest.groovy

                            byConflictResolution("between versions 1.0 and 2.0")
                        }
                    }
                    project(":ModuleC", "myorg:ModuleC:1.0") {
                        noArtifacts()
                    }
                }
            }
    
            when:
            succeeds('Subproject_without_preferProjectModules:checkDeps')
    
            then:
            resolve.expectGraph {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/ProjectDependenciesAttributesIntegrationTest.groovy

            then:
            resolve.expectGraph {
                root(":", ":test:") {
                    project(':dep', "test:dep:unspecified") {
                        variant "${color}Variant", [color: color]
                        noArtifacts()
                    }
                }
            }
    
            where:
            color << ['blue', 'red']
        }
    
        def "Fails with reasonable error message when no target variant can be found"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 22:29:19 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/DependencyResolveRulesDisableGlobalDependencySubstitutionIntegrationTest.groovy

                    edge("org.test:m2:1.0", ":m2", "org.test:m2:0.9") {
                        compositeSubstitute()
                        noArtifacts()
                        edge("org.test:m3:1.0", ":m3", "org.test:m3:0.9") {
                            compositeSubstitute()
                            noArtifacts()
                        }
                    }
                }
            }
            true
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  5. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/gradle/VariantMetadataSpec.groovy

        List<DependencyConstraintSpec> dependencyConstraints = []
        List<FileSpec> artifacts = []
        List<CapabilitySpec> capabilities = []
        AvailableAtSpec availableAt
        boolean useDefaultArtifacts = true
        boolean noArtifacts = false
    
        VariantMetadataSpec(String name, Map<String, String> attributes = [:]) {
            this.name = name
            this.attributes = attributes
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenScopesAndProjectDependencySubstitutionIntegrationTest.groovy

                root(':child1', 'testproject:child1:') {
                    module('org.test:maven:1.0') {
                        edge('org.test:replaced:1.0', ':child2', 'testproject:child2:') {
                            noArtifacts()
                            selectedByRule()
                            module('org.test:dont-ignore-me:1.0')
                        }
                    }
                }
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/platforms/EnforcedPlatformIntegrationTest.groovy

                    edge('com.fasterxml.jackson:jackson-bom:{strictly 2.12.3}', 'com.fasterxml.jackson:jackson-bom:2.12.3') {
                        configuration('enforced-platform-runtime')
                        noArtifacts()
                        constraint('com.fasterxml.jackson.core:jackson-core:2.12.3', ':jackson-core', 'com.fasterxml.jackson.core:jackson-core:2.12.3-local-patch')
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4K bytes
    - Viewed (0)
  8. platforms/jvm/java-platform/src/integTest/groovy/org/gradle/integtests/resolve/platforms/JavaPlatformEcosystemIntegrationTest.groovy

                            'org.gradle.category': 'platform',
                            'org.gradle.status': 'release',
                            'org.gradle.usage': 'java-runtime'
                        ])
                        noArtifacts()
                    }
                }
            }
        }
    
        def "Configuration.copy() should when configuration contains project dependency constraints"() {
            setup:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  9. platforms/jvm/java-platform/src/integTest/groovy/org/gradle/integtests/resolve/platforms/NativeAlignmentWithJavaPlatformResolveIntegrationTest.groovy

                            constraint('com.acme.foo:core:1.1')
                            constraint('com.acme.foo:lib:1.1')
                            byConflictResolution("between versions 1.1 and 1.0")
                            noArtifacts()
                        }
                        module('com.acme.foo:lib:1.1') {
                            variant "apiElements", [
                                'org.gradle.category':'library',
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenPomResolveIntegrationTest.groovy

            when:
            run "checkDeps"
    
            then:
            resolve.expectGraph {
                root(":", ":test:") {
                    module("groupA:projectA:1.2") {
                        noArtifacts()
                        module("newGroupA:projectA:1.2") // relocation is treated as a dependency in the graph
                    }
                }
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top