When built in an environment where many Gradle build workers are available, :spring-webflux:test is regularly the only task running at the end of the build. Therefore, the build's overall execution time can be reduced by running its tests in parallel, spreading the tests' execution across the available workers. The configured number of forks is a maximum with Gradle reducing this as necessary for environments with low numbers of cores where multiple workers will not improve build performance. Closes gh-23701 |
||
|---|---|---|
| .. | ||
| src | ||
| spring-webflux.gradle | ||