Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getStylesheetHighlightFile (0.41 sec)

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

        @InputFiles
        abstract ConfigurableFileCollection getDocbookStylesheets()
    
        @PathSensitive(PathSensitivity.NONE)
        @InputFile
        abstract RegularFileProperty getStylesheetHighlightFile();
    
        @Classpath
        abstract ConfigurableFileCollection getClasspath();
    
        @OutputDirectory
        abstract DirectoryProperty getDestinationDirectory();
    
        @Inject
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Dec 04 07:24:54 UTC 2024
    - 4.7K bytes
    - Viewed (0)
Back to top