Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for configureWithShadowPlugin (0.38 seconds)

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

            project.afterEvaluate(project1 -> {
                if (project1.getPlugins().hasPlugin(ShadowPlugin.class)) {
                    configureWithShadowPlugin(project1, publication);
                } else if (project1.getPlugins().hasPlugin(JavaPlugin.class)) {
                    publication.from(project.getComponents().getByName("java"));
                }
            });
    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