Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

                t.onlyIf(t3 -> distribution.getArchitecture() == Architecture.current());
                t.getOutputs().doNotCacheIf("Build cache is disabled for packaging tests", Specs.satisfyAll());
                t.setMaxParallelForks(1);
                t.setWorkingDir(project.getProjectDir());
                if (System.getProperty(IN_VM_SYSPROP) == null) {
                    t.dependsOn(deps);
                }
    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