- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getSnippets (0.04 seconds)
-
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(); /** * Source of samples that can be inserted into the user manual * */ public abstract DirectoryProperty getSamples(); /**Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 1.7K 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); inputs.dir(extension.getUserManual().getSamples()) .withPropertyName("samples")
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 04 14:26:28 GMT 2025 - 19.3K bytes - Click Count (0)