Skip to content

Commit 6ab80cd

Browse files
committed
chore: Use quickBuild as maven profile name
1 parent 67f09f3 commit 6ab80cd

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

.kokoro/common.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)