Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

The search processing time has exceeded the limit. The displayed results may be partial.

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

            project.getPlugins().withType(JavaBasePlugin.class, javaBasePlugin -> {
                    JavaPluginExtension java = project.getExtensions().getByType(JavaPluginExtension.class);
                    java.getModularity().getInferModulePath().set(false);
    
                    eclipseModel.getClasspath().getFile().whenMerged(c -> {
                        Classpath classpath = (Classpath) c;
    
                        /*
    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