Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for configurePomGeneration (0.13 seconds)

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

  1. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/PublishPlugin.java

            project.getPluginManager().apply(LicensingPlugin.class);
            configureJavadocJar(project);
            configureSourcesJar(project);
            configurePomGeneration(project);
            configurePublications(project);
        }
    
        private void configurePublications(Project project) {
            var publishingExtension = project.getExtensions().getByType(PublishingExtension.class);
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Aug 11 07:30:51 GMT 2021
    - 8.9K bytes
    - Click Count (0)
Back to Top