Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for projectHasYamlRestTests (0.08 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/CopyRestApiTask.java

        }
    
        @SkipWhenEmpty
        @InputFiles
        public FileTree getInputDir() {
            FileTree coreFileTree = null;
            boolean projectHasYamlRestTests = skipHasRestTestCheck || projectHasYamlRestTests();
            if (include.get().isEmpty() == false || projectHasYamlRestTests) {
                patternSet.setIncludes(include.get().stream().map(prefix -> prefix + "*/**").collect(Collectors.toList()));
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 22 07:24:59 GMT 2021
    - 7.4K bytes
    - Click Count (0)
Back to Top