Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getResourcesDir (0.32 seconds)

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

                testTask.setClasspath(
                    yamlCompatTestSourceSet.getRuntimeClasspath()
                        // remove the "normal" api and tests
                        .minus(project.files(yamlTestSourceSet.getOutput().getResourcesDir()))
                        .minus(project.files(originalYamlSpecsDir))
                        .minus(project.files(originalYamlTestsDir))
                );
                // run compatibility tests after "normal" tests
    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)
Back to Top