File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ is_jdk_14=`echo $JAVA_HOME | grep 14.`
2121is_travis_jdk_8=` echo $TRAVIS_JDK | grep openjdk8`
2222if [[ " ${is_jdk_8} " != " " && " ${is_travis_jdk_8} " != " " ]];
2323then
24- ./mvnw ${MAVEN_OPTS} \
24+ ./mvnw \
2525 -pl ! bolt-google-cloud-functions \
2626 -pl ! bolt-helidon \
2727 -pl ! bolt-quarkus-examples \
3939 if git status --porcelain | grep . ; then git --no-pager diff; exit 1; fi
4040elif [[ " ${is_jdk_14} " != " " ]];
4141then
42- ./mvnw ${MAVEN_OPTS} \
42+ ./mvnw \
4343 -pl ! bolt-micronaut \
4444 clean test \
4545 ' -Dtest=test_locally.**.*Test' -Dsurefire.failIfNoSpecifiedTests=false ${CI_OPTIONS} \
4848 --no-transfer-progress && \
4949 if git status --porcelain | grep . ; then git --no-pager diff; exit 1; fi
5050else
51- ./mvnw ${MAVEN_OPTS} \
51+ ./mvnw \
5252 clean test \
5353 ' -Dtest=test_locally.**.*Test' -Dsurefire.failIfNoSpecifiedTests=false ${CI_OPTIONS} \
5454 -DfailIfNoTests=false \
You can’t perform that action at this time.
0 commit comments