Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for wipeEclipseSettings (0.08 seconds)

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

            project.getTasks().register("wipeEclipseSettings", Delete.class, new Action<Delete>() {
                @Override
                public void execute(Delete delete) {
                    delete.delete(".settings");
                }
            });
    
            project.getTasks().named("cleanEclipse").configure(t -> t.dependsOn("wipeEclipseSettings"));
    
            // otherwise the eclipse merging is *super confusing*
    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