Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getFilteredCompilationOutputs (0.29 sec)

  1. platforms/jvm/scala/src/main/java/org/gradle/api/tasks/scala/ScalaDoc.java

         * @return the compilation outputs produced from the sources
         * @since 7.3
         */
        @InputFiles
        @IgnoreEmptyDirectories
        @PathSensitive(PathSensitivity.RELATIVE)
        protected FileTree getFilteredCompilationOutputs() {
            return getCompilationOutputs().getAsFileTree().matching(getPatternSet()).matching(pattern -> pattern.include("**/*.tasty"));
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 9.1K bytes
    - Viewed (0)
Back to top