Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for dslDocbook (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDslReferencePlugin.java

                task.getDestinationFile().convention(dslReference.getStagingRoot().file("dsl-meta-data.bin"));
            });
    
            TaskProvider<AssembleDslDocTask> dslDocbook = tasks.register("dslDocbook", AssembleDslDocTask.class, task -> {
                task.getSourceFile().convention(dslReference.getRoot().file("dsl.xml"));
                task.getPluginsMetaDataFile().convention(dslReference.getRoot().file("plugins.xml"));
    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)
Back to Top