Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for whenObjectAdded (0.25 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionArchiveSetupPlugin.java

            });
            // Each defined distribution archive is linked to a subproject.
            // A distribution archive definition not matching a sub project will result in build failure.
            container.whenObjectAdded(distributionArchive -> {
                var subProjectName = archiveToSubprojectName(distributionArchive.getName());
                project.project(subProjectName, sub -> {
                    sub.getPlugins().apply(BasePlugin.class);
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 22 19:01:26 GMT 2021
    - 7.9K bytes
    - Click Count (0)
Back to Top