79150823

Date: 2024-11-02 14:06:01
Score: 1
Natty:
Report link

It seems that default number of threads for parallel execution wasn't enough for this project.

I set org.gradle.parallel.threads=16 and problem was solved. It works for Gradle version 8.5.

For newer version use org.gradle.workers.max. But they say that default value for this parameter is the amount of cores, so you don't need to set it explicitly.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: Donz