setForkEvery

open fun setForkEvery(forkEvery: Long)(source)

Sets the maximum number of test classes to execute in a forked test process.

By default, Gradle automatically uses a separate JVM when executing tests, so changing this property is usually not necessary.

Since

8.1

Parameters

forkEvery

The maximum number of test classes. Use 0 to specify no maximum.