Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getJavaMainSourceResources (0.1 seconds)

  1. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/util/Util.java

         * @return Returns the {@link FileTree} for main resources from Java projects. Returns null if no files exist.
         */
        @Nullable
        public static FileTree getJavaMainSourceResources(Project project, Action<? super PatternFilterable> filter) {
            final Optional<FileTree> mainFileTree = getJavaMainSourceSet(project).map(SourceSet::getResources).map(FileTree::getAsFileTree);
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jul 27 15:18:50 GMT 2021
    - 5.1K bytes
    - Click Count (0)
Back to Top