Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkDeadLinks (0.1 sec)

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

        @PathSensitive(PathSensitivity.RELATIVE)
        public abstract DirectoryProperty getJavadocRoot();
    
        @OutputFile
        public abstract RegularFileProperty getReportFile();
    
        @TaskAction
        public void checkDeadLinks() {
            Map<File, List<Error>> errors = new TreeMap<>();
    
            getDocumentationRoot().getAsFileTree().matching(pattern -> pattern.include("**/*.adoc")).forEach(file -> {
                gatherDeadLinksInFile(file, errors);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 05 07:57:56 UTC 2023
    - 8.6K bytes
    - Viewed (0)
Back to top