Hello everyone, You may want to alter your local gradle.properties file and remove -XX:ActiveProcessorCount=1 setting (or remove this file and regenerate it from scratch).
It seems to improve the performance of gradle a bit on multi-core systems. I left -XX:+UseParallelGC in as it doesn't seem to make any difference. https://github.com/apache/lucene/issues/14829 Dawid