- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getSourceFile (0.2 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/UserGuideTransformTask.groovy
* </ul> * */ @CacheableTask abstract class UserGuideTransformTask extends DefaultTask { @PathSensitive(PathSensitivity.NONE) @InputFile abstract RegularFileProperty getSourceFile(); @PathSensitive(PathSensitivity.NONE) @InputFile abstract RegularFileProperty getLinksFile(); @OutputFile abstract RegularFileProperty getDestFile(); @Input
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Aug 19 15:07:24 UTC 2024 - 5.6K bytes - Viewed (0)