Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getSamplesRoot (0.05 sec)

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

        @PathSensitive(PathSensitivity.RELATIVE)
        public abstract DirectoryProperty getDocumentationRoot();
    
        @Optional @InputDirectory
        @PathSensitive(PathSensitivity.RELATIVE)
        public abstract DirectoryProperty getSamplesRoot();
    
        @InputDirectory
        @PathSensitive(PathSensitivity.RELATIVE)
        public abstract DirectoryProperty getJavadocRoot();
    
        @Optional @InputFile
        @PathSensitive(PathSensitivity.RELATIVE)
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Tue May 27 09:07:14 UTC 2025
    - 18.1K bytes
    - Viewed (0)
  2. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java

                task.getJavadocRoot().convention(layout.getBuildDirectory().dir("javadoc"));
                task.getReleaseNotesFile().convention(layout.getProjectDirectory().file("src/docs/release/notes.md"));
                task.getSamplesRoot().convention(layout.getBuildDirectory().dir("working/samples/docs"));
                task.dependsOn(tasks.named("javadocAll"));
                task.dependsOn(tasks.named("assembleSamples"));
            });
    
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Dec 04 14:26:28 UTC 2025
    - 19.3K bytes
    - Viewed (0)
Back to top