Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for bwcMinor (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/rest/compat/YamlRestCompatTestPlugin.java

            Configuration bwcMinorConfig = project.getConfigurations().create(BWC_MINOR_CONFIG_NAME);
            Dependency bwcMinor = project.getDependencies().project(Map.of("path", ":distribution:bwc:minor", "configuration", "checkout"));
            project.getDependencies().add(bwcMinorConfig.getName(), bwcMinor);
    
            Provider<CopyRestApiTask> copyCompatYamlSpecTask = project.getTasks()
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 03 16:26:11 GMT 2021
    - 11.7K bytes
    - Click Count (0)
  2. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/YamlRestCompatTestPluginFuncTest.groovy

            result.task(transformTask).outcome == TaskOutcome.NO_SOURCE
        }
    
        def "yamlRestTestVxCompatTest executes and copies api and transforms tests from :bwc:minor"() {
            given:
            internalBuild()
    
            addSubProject(":distribution:bwc:minor") << """
            configurations { checkout }
            artifacts {
                checkout(new File(projectDir, "checkoutDir"))
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 30 16:30:48 GMT 2021
    - 16.4K bytes
    - Click Count (0)
Back to Top