Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 99 for allowAll (0.11 sec)

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

    
            depsPlatform.allowAll()
            extPlatform.allowAll()
            springBom.allowAll()
            jackBom.allowAll()
            jack2Bom.allowAll()
            depSwag.allowAll()
            depJackDb.allowAll()
            depSwagInt.allowAll()
            depSwagCore.allowAll()
            dep.allowAll()
            depCommons.allowAll()
            depCommons2.allowAll()
            depCommonsOther.allowAll()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenBomResolveIntegrationTest.groovy

                .dependsOn(mavenHttpRepo.module("group", "moduleD", "1.0").allowAll().publish())
                .publish()
    
            bom.dependencyConstraint(moduleA, exclusions: [[group: 'group', module: 'moduleC']]).publish()
    
            def bom2 = mavenHttpRepo.module('group', 'bom2', '1.0').hasType("pom").allowAll()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/CatalogPluginsGroovyDSLIntegrationTest.groovy

                .allowAll()
            String secondPluginId = 'com.acme.greeter2'
            new PluginBuilder(file("greeter-second"))
                .addPluginWithPrintlnTask('greet2', 'Hello from second plugin!', secondPluginId, "SecondPlugin")
                .publishAs("some", "artifact2", pluginVersion, pluginPortal, executer)
                .allowAll()
    
            file("settings.gradle") << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/constraints/PublishedDependencyConstraintsIntegrationTest.groovy

                'org:foundation:1.0' {
                    allowAll()
                }
                'org:compose:1.0' {
                    allowAll()
                }
                'org:activity-ktx:1.5' {
                    allowAll()
                }
                'org:activity-ktx:1.7' {
                    allowAll()
                }
                'org:activity-compose:1.5' {
                    allowAll()
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolveConfigurationDependenciesBuildOperationIntegrationTest.groovy

                .publish().allowAll()
            mavenHttpRepo.module('org.foo', 'transitive2').allowAll()
            secondMavenHttpRepo.module('org.foo', 'transitive2').publish().allowAll()
            mavenHttpRepo.module('org.foo', 'child-transitive2').allowAll()
            secondMavenHttpRepo.module('org.foo', 'child-transitive2').publish().allowAll()
    
            buildFile << """
                apply plugin: "java"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolvedConfigurationIntegrationTest.groovy

                        assert unresolved.size() == 0
                    }
                }
            """
    
            a1.allowAll()
            b1.allowAll()
            b2.allowAll()
            c1.allowAll()
            d1.allowAll()
            e1.allowAll()
            f1.allowAll()
    
            expect:
            //TODO: fix dependency resolution results usage in this test and remove this flag
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 17:10:15 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/ComponentMetadataRulesIntegrationTest.groovy

            all(AssertingRule)
        }
    }
    """
    
            when:
            repositoryInteractions {
                'org.test:projectA:1.0' {
                    allowAll()
                }
                'org.test:projectB:1.0' {
                    allowAll()
                }
            }
    
            then:
            succeeds 'resolve'
            outputContains("selectorSize:1")
            outputContains("classifier:classy")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/http/MavenHttpPluginRepository.groovy

                pom.expectGet()
                artifact.expectGet()
                allowAll()
            }
            module(group, artifactId, version).with {
                pom.expectGet()
                artifact.expectGet()
                allowAll()
            }
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  9. platforms/extensibility/plugin-use/src/integTest/groovy/org/gradle/plugin/use/NonDeclarativePluginUseIntegrationSpec.groovy

            pluginBuilder2.with {
                addPlugin("project.task('plugin2Task')", "test-plugin-2", "TestPlugin2")
                publishAs(GROUP, ARTIFACT + "2", VERSION, pluginRepo, executer).allowAll()
            }
    
            publishPlugin """
                    // can load plugin dependent on
                    project.apply plugin: 'test-plugin-2'
    
                    // Can see dependency classes
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 9K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/CatalogPluginsKotlinDSLIntegrationTest.groovy

                .allowAll()
            String secondPluginId = 'com.acme.greeter2'
            new PluginBuilder(file("greeter-second"))
                .addPluginWithPrintlnTask('greet2', 'Hello from second plugin!', secondPluginId, "SecondPlugin")
                .publishAs("some", "artifact2", pluginVersion, pluginPortal, executer)
                .allowAll()
    
            file("settings.gradle") << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.7K bytes
    - Viewed (0)
Back to top