Requires kotlin to be explicitly provided; fixes gh-1189
This commit is contained in:
@@ -4,7 +4,7 @@ source common.sh || source scripts/common.sh || echo "No common.sh script found.
|
||||
|
||||
set -e
|
||||
|
||||
[[ -z "${CORES}" ]] && CORES=1
|
||||
[[ -z "${CORES}" ]] && CORES=4
|
||||
echo -e "\n\nRUNNING FAST BUILD (NO INTEGRATION TESTS) WITH [${CORES}] CORES\n\n"
|
||||
|
||||
./mvnw clean install -Pdocs,fast -T ${CORES} -Dinvoker.parallelThreads=${CORES}
|
||||
./mvnw clean install -Pdocs,fast -T ${CORES} -Dinvoker.parallelThreads=${CORES}
|
||||
|
||||
Reference in New Issue
Block a user