mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
Revert "Make ParallelDetector Gradle configuration cache compliant (#95434)"
This reverts commit 4fc6dda21e
.
This commit is contained in:
parent
4fc6dda21e
commit
025b8ee66a
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class ParallelDetector {
|
|||
? "hw.perflevel0.physicalcpu"
|
||||
: "hw.physicalcpu";
|
||||
|
||||
project.getProviders().exec(spec -> {
|
||||
project.exec(spec -> {
|
||||
spec.setExecutable("sysctl");
|
||||
spec.args("-n", query);
|
||||
spec.setStandardOutput(stdout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue