Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setMaxParallelForks (0.12 seconds)

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

            project.getTasks().withType(Test.class).configureEach(test -> {
                test.onlyIf((t) -> Util.getBooleanProperty("tests.fips.enabled", false) == false);
                test.setMaxParallelForks(defaultParallel);
            });
            // we put all our distributable files under distributions
            project.getTasks().withType(Jar.class).configureEach(j ->
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jun 23 09:44:49 GMT 2021
    - 1.5K bytes
    - Click Count (0)
Back to Top