Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for whenPluginAdded (0.39 seconds)

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

            });
        }
    
        private static void configureJarManifest(Project project) {
            project.getPlugins().withType(InfoBrokerPlugin.class).whenPluginAdded(manifestPlugin -> {
                manifestPlugin.add("Module-Origin", toStringable(BuildParams::getGitOrigin));
                manifestPlugin.add("Change", toStringable(BuildParams::getGitRevision));
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 27 16:04:42 GMT 2021
    - 7.3K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/groovy/elasticsearch.formatting.gradle

      ':x-pack:qa:security-example-spi-extension',
      ':x-pack:test:idp-fixture',
      ':x-pack:test:smb-fixture'
    ]
    
    subprojects {
      plugins.withType(ElasticsearchJavaPlugin).whenPluginAdded {
        if (projectPathsToExclude.contains(project.path) == false) {
          project.apply plugin: "com.diffplug.spotless"
    
    
          spotless {
            java {
              if (project.path == ':server') {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 09 18:53:35 GMT 2021
    - 9.1K bytes
    - Click Count (0)
Back to Top