- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getLinksFile (0.06 seconds)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDslReferencePlugin.java
task.getSourceFile().convention(dslDocbook.flatMap(AssembleDslDocTask::getDestFile)); task.getLinksFile().convention(dslDocbook.flatMap(AssembleDslDocTask::getLinksFile)); task.getDsldocUrl().convention("../dsl"); task.getJavadocUrl().convention("../javadoc"); task.getWebsiteUrl().convention("https://gradle.org");
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 5.7K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/UserGuideTransformTask.groovy
@PathSensitive(PathSensitivity.NONE) @InputFile abstract RegularFileProperty getSourceFile(); @PathSensitive(PathSensitivity.NONE) @InputFile abstract RegularFileProperty getLinksFile(); @OutputFile abstract RegularFileProperty getDestFile(); @Input abstract Property<String> getJavadocUrl(); @Input abstract Property<String> getDsldocUrl(); @InputCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri May 16 07:58:02 GMT 2025 - 5.6K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/AssembleDslDocTask.groovy
@InputDirectory abstract DirectoryProperty getClassDocbookDirectory(); @OutputFile abstract RegularFileProperty getDestFile(); @OutputFile abstract RegularFileProperty getLinksFile(); @TaskAction def transform() { XIncludeAwareXmlProvider provider = new XIncludeAwareXmlProvider() provider.parse(sourceFile.get().asFile) transformDocument(provider.document)Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 9.8K bytes - Click Count (0)