Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.mockito-mockito-core-5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri authored Nov 16, 2023
2 parents 989a48b + 6ad5494 commit 14d0559
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class KubeAPIServerConfig {
private final String apiServerVersion;

/**
* If true, tries to download binaries. If the apiServerVersion is not set and some local binaries
* If true, does not download binaries. If the apiServerVersion is not set and some local binaries
* found won't try to download them again.
*/
private final boolean offlineMode;
Expand Down
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,12 @@
<configuration>
<properties>
<configurationParameters>
junit.jupiter.execution.parallel.enabled = true
junit.jupiter.execution.parallel.mode.default = concurrent
junit.jupiter.execution.parallel.mode.classes.default = concurrent
junit.jupiter.execution.parallel.config.strategy = fixed
junit.jupiter.execution.parallel.config.fixed.parallelism = 5
<!-- Uncomment for parallel build -->
<!-- junit.jupiter.execution.parallel.enabled = true-->
<!-- junit.jupiter.execution.parallel.mode.default = concurrent-->
<!-- junit.jupiter.execution.parallel.mode.classes.default = concurrent-->
<!-- junit.jupiter.execution.parallel.config.strategy = fixed-->
<!-- junit.jupiter.execution.parallel.config.fixed.parallelism = 5-->
</configurationParameters>
</properties>
</configuration>
Expand Down

0 comments on commit 14d0559

Please sign in to comment.