File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158 run : |
159159 mvn test \
160160 -B -ntp \
161- -Pfast \
161+ -PquickBuild \
162162 -Dorg.slf4j.simpleLogger.showDateTime=true \
163163 -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS \
164164 -Dmaven.wagon.http.retryHandler.count=5 \
Original file line number Diff line number Diff line change @@ -388,11 +388,7 @@ function install_modules() {
388388 if [ -z " $1 " ]; then
389389 mvn install \
390390 -B -ntp \
391- <<< <<< < Updated upstream
392- -Pfast \
393- =======
394391 -PquickBuild \
395- >>>>>>> Stashed changes
396392 -DtrimStackTrace=false \
397393 -Dorg.slf4j.simpleLogger.showDateTime=true \
398394 -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS \
@@ -440,11 +436,7 @@ function install_modules() {
440436 # Correctly builds dependencies without building dependents.
441437 mvn install --projects " $all_submodules ,$always_install_deps " --also-make \
442438 -B -ntp \
443- <<< <<< < Updated upstream
444- -Pfast \
445- =======
446439 -PquickBuild \
447- >>>>>>> Stashed changes
448440 -DtrimStackTrace=false \
449441 -Dorg.slf4j.simpleLogger.showDateTime=true \
450442 -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS \
You can’t perform that action at this time.
0 commit comments