summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2021-02-05 14:01:52 +0100
committerGitHub <noreply@github.com>2021-02-05 14:01:52 +0100
commit82b8a37485dbaf83b19476e08a05275f0ceb867f (patch)
tree0ce5da9338b412f6cf13f8f36185cfbefc8b08d0
parent80b6317a3c0097cee240e46454be6705405950bf (diff)
parent667177378a6d3607116111c7b8e9b3002be2ffc3 (diff)
Merge pull request #16418 from vespa-engine/gjoranv/single-thread-plugin-build
Do not use multi-threaded maven build for plugins.
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 79fe6d2c9bf..c9d24d9076c 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -74,7 +74,7 @@ mvn_install -N
# and build plugins first:
echo "Building Vespa Maven plugins."
-mvn_install --threads 1.5C -f maven-plugins/pom.xml
+mvn_install -f maven-plugins/pom.xml
# now everything else should just work with normal maven dependency resolution: