Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for copyEclipseSettings (0.07 seconds)

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

            } catch (IOException e) {
                throw new GradleException("Cannot configure eclipse", e);
            }
    
            String finalLicenseHeader = licenseHeader;
            project.getTasks().register("copyEclipseSettings", Copy.class, copy -> {
                    copy.mustRunAfter("wipeEclipseSettings");
                    // TODO: "package this up" for external builds
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 09:43:51 GMT 2021
    - 6.4K bytes
    - Click Count (0)
Back to Top