Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setComponents (0.05 seconds)

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

                    configureWithShadowPlugin(project1, publication);
                } else if (project1.getPlugins().hasPlugin(JavaPlugin.class)) {
                    publication.from(project.getComponents().getByName("java"));
                }
            });
            var projectLicenses = (MapProperty<String, String>) project.getExtensions().getExtraProperties().get("projectLicenses");
            publication.getPom().withXml(xml -> {
    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