Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gatherDeadLinksInFileSamples (0.08 sec)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBrokenInternalLinks.java

                .matching(pattern -> {
                    pattern.include("**/*.adoc");
                    pattern.exclude("**/index.adoc"); // Exclude index.adoc files
                })
                .forEach(file -> gatherDeadLinksInFileSamples(file, errors));
    
            getDocumentationRoot().getAsFileTree().matching(pattern -> pattern.include("**/*.adoc")).forEach(file -> {
                gatherDeadLinksInFile(file, errors);
            });
    
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Tue May 27 09:07:14 UTC 2025
    - 18.1K bytes
    - Viewed (0)
Back to top