Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for applyPlugin (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/GradleKotlinDslReferencePlugin.java

            applyPlugin(project);
            updateDocumentationExtension(project, documentationExtension);
            configurePlugin(project, documentationExtension);
        }
    
        private static void applyPlugin(Project project) {
            project.getPlugins().apply(DokkaPlugin.class);
        }
    
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Wed May 28 11:34:42 GMT 2025
    - 7.4K bytes
    - Click Count (0)
Back to Top