Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cannotInferSourceRoots (0.17 sec)

  1. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/CompilationSourceDirs.java

            public void visitCollection(FileCollectionInternal.Source source, Iterable<File> contents) {
                cannotInferSourceRoots(contents);
            }
    
            @Override
            public void visitFileTreeBackedByFile(File file, FileTreeInternal fileTree, FileSystemMirroringFileTree sourceTree) {
                cannotInferSourceRoots(fileTree);
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top