Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

                d.setType(type);
                if (type == ARCHIVE) {
                    d.setPlatform(platform);
                }
                if (isDocker == false) {
                    d.setBundledJdk(bundledJdk);
                }
                d.setVersion(version);
            });
    
            // Allow us to gracefully omit building Docker distributions if Docker is not available on the system.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Sep 28 21:31:21 GMT 2021
    - 23.1K bytes
    - Click Count (0)
Back to Top