File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ export COMPOSE_HTTP_TIMEOUT
1616JOB_BRANCH=" $BUILDKITE_BRANCH "
1717export JOB_BRANCH
1818
19- GRADLEW=" ./gradlew --parallel --scan --build-cache --no-watch-fs -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/"
19+ GRADLEW=" ./gradlew --console=plain -- parallel --scan --build-cache --no-watch-fs -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/"
2020export GRADLEW
2121
22- GRADLEW_BAT=" ./gradlew.bat --parallel --scan --build-cache --no-watch-fs -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/"
22+ GRADLEW_BAT=" ./gradlew.bat --console=plain -- parallel --scan --build-cache --no-watch-fs -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/"
2323export GRADLEW_BAT
2424
2525export $( cat .ci/java-versions.properties | grep ' =' | xargs)
Original file line number Diff line number Diff line change @@ -77,5 +77,5 @@ sudo -E env \
7777 --unset=ES_JAVA_HOME \
7878 --unset=JAVA_HOME \
7979 SYSTEM_JAVA_HOME=` readlink -f -n $BUILD_JAVA_HOME ` \
80- ./gradlew -g $HOME /.gradle --scan --parallel --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ --continue $@
80+ ./gradlew -g $HOME /.gradle --console=plain -- scan --parallel --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ --continue $@
8181
You can’t perform that action at this time.
0 commit comments