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 @@ -78,5 +78,5 @@ sudo -E env \
7878 --unset=JAVA_HOME \
7979 SYSTEM_JAVA_HOME=` readlink -f -n $BUILD_JAVA_HOME ` \
8080 DOCKER_CONFIG=" ${HOME} /.docker" \
81- ./gradlew -g $HOME /.gradle --scan --parallel --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ --continue $@
81+ ./gradlew -g $HOME /.gradle --console=plain -- scan --parallel --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ --continue $@
8282
You can’t perform that action at this time.
0 commit comments