- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getLinksFile (0.08 sec)
-
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");
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 5.7K bytes - Viewed (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(); @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) -
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)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 9.8K bytes - Viewed (0)