Skip to content

Commit ee54817

Browse files
committed
Revert "Temporarily remove docs building."
This reverts commit 2bd953b.
1 parent 2bd953b commit ee54817

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/fastBuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ set -e
77
[[ -z "${CORES}" ]] && CORES=4
88
echo -e "\n\nRUNNING FAST BUILD (NO INTEGRATION TESTS) WITH [${CORES}] CORES\n\n"
99

10-
./mvnw clean install -Pfast -T ${CORES} -Dinvoker.parallelThreads=${CORES}
10+
./mvnw clean install -Pdocs,fast -T ${CORES} -Dinvoker.parallelThreads=${CORES}

scripts/parallelBuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ set -e
77
[[ -z "${CORES}" ]] && CORES=4
88
echo -e "\n\nRUNNING PARALLEL BUILD WITH [${CORES}] CORES\n\n"
99

10-
./mvnw clean install -Pintegration -T ${CORES} -Dinvoker.parallelThreads=${CORES}
10+
./mvnw clean install -Pdocs,integration -T ${CORES} -Dinvoker.parallelThreads=${CORES}

0 commit comments

Comments
 (0)