Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for generateDocBinaries (0.72 sec)

  1. platforms/documentation/docs/src/snippets/customModel/languageType/groovy/buildSrc/src/main/groovy/sample/documentation/DocumentationPlugin.groovy

    // tag::text-lang-registration[]
        @ComponentType
        void registerText(TypeBuilder<TextSourceSet> builder) {}
    // end::text-lang-registration[]
    
    // tag::binaries-generation[]
        @ComponentBinaries
        void generateDocBinaries(ModelMap<DocumentationBinary> binaries, VariantComponentSpec component, @Path("buildDir") File buildDir) {
            binaries.create("exploded") { binary ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top