You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/12/04 15:09:59 UTC

[isis] 03/03: ISIS-2148: builds core in parallel

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 76a12b9b2bc5a5e4ab0dfceef73737957c45b838
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Dec 4 15:05:43 2019 +0000

    ISIS-2148: builds core in parallel
---
 scripts/ci/build-core.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/ci/build-core.sh b/scripts/ci/build-core.sh
index 1d931da..53f045f 100644
--- a/scripts/ci/build-core.sh
+++ b/scripts/ci/build-core.sh
@@ -40,6 +40,7 @@ fi
 cd $PROJECT_ROOT_PATH/core-parent
 mvn -s $SETTINGS_XML \
     $BATCH_MODE \
+    -T1C \
     $MVN_STAGES \
     $MVN_ADDITIONAL_OPTS \
     $*