#124 - Polishing.

Fix typo in property name.
This commit is contained in:
Mark Paluch
2019-12-04 10:56:35 +01:00
parent 876924430b
commit dea7e364bd
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ class BuildExecutor {
this.logger = logger;
this.mavenProperties = mavenProperties;
if (this.mavenProperties.isParllelize()) {
if (this.mavenProperties.isParallelize()) {
int processors = Runtime.getRuntime().availableProcessors();
int parallelity = Math.max(2, (processors / 2));
executor = new ThreadPoolExecutor(parallelity, parallelity, 10, TimeUnit.MINUTES, new ArrayBlockingQueue<>(256));

View File

@@ -41,7 +41,7 @@ class MavenProperties {
private File localRepository;
private Map<String, String> plugins;
private boolean consoleLogger = true;
private boolean parllelize = false;
private boolean parallelize = false;
/**
* Configures the local Maven repository location to use. In case the given folder does not already exists it's