Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

            // In such a case as we can't build the Docker images we'll simply skip the corresponding tests.
            if (isDocker) {
                distro.setFailIfUnavailable(false);
            }
    
            return distro;
        }
    
        // return true if the project is for a windows VM, false otherwise
        private static boolean isWindows(Project project) {
    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