- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getSnippet (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/UserManual.java
*/ public abstract DirectoryProperty getRoot(); /** * Source of snippets that can be inserted into the user manual */ public abstract DirectoryProperty getSnippets(); /** * Working directory for staging directory for intermediate user manual files */ public abstract DirectoryProperty getStagingRoot();Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 22:33:18 GMT 2026 - 1.6K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java
inputs.dir("src/main/resources") .withPropertyName("resources") .withPathSensitivity(PathSensitivity.RELATIVE); inputs.dir(extension.getUserManual().getSnippets()) .withPropertyName("snippets") .withPathSensitivity(PathSensitivity.RELATIVE); Provider<Directory> stylesDir = extension.getUserManual().getStagedDocumentation().dir("css");
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 22:33:18 GMT 2026 - 17.8K bytes - Click Count (0)