mirror of
https://github.com/apache/maven.git
synced 2025-03-09 11:26:28 +00:00
Disable parallelism
This commit is contained in:
parent
6ffdc2015a
commit
e28283d81c
@ -337,7 +337,7 @@ PhasingExecutor createExecutor() {
|
||||
}
|
||||
|
||||
private int getParallelism() {
|
||||
int parallelism = Runtime.getRuntime().availableProcessors() / 2 + 1;
|
||||
int parallelism = /*Runtime.getRuntime().availableProcessors() / 2 +*/ 1;
|
||||
try {
|
||||
String str = request.getUserProperties().get(Constants.MAVEN_MODEL_BUILDER_PARALLELISM);
|
||||
if (str != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user