You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use the configuration cache, Gradle runs more tasks in parallel as before. In testing however, you may need certain test tasks to run in isolation from other test tasks (because they require exclusive access to most of the machine resources). This can be solved by using a build service with maxParallelUsages = 1.
This plugin could offer an option to configure this for a test suite.
The text was updated successfully, but these errors were encountered:
If you use the configuration cache, Gradle runs more tasks in parallel as before. In testing however, you may need certain test tasks to run in isolation from other test tasks (because they require exclusive access to most of the machine resources). This can be solved by using a build service with
maxParallelUsages = 1
.This plugin could offer an option to configure this for a test suite.
The text was updated successfully, but these errors were encountered: