]> source.dussan.org Git - sonarqube.git/commitdiff
BUILD-3109 Display less verbose output during Travis builds
authorEric Lorenzana <eric.lorenzana@sonarsource.com>
Mon, 12 Jun 2023 15:30:35 +0000 (17:30 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 13 Jun 2023 20:03:37 +0000 (20:03 +0000)
The current builds are hitting Travis CI's log output limit.

travis.sh

index 341a8714db2a68e262ccb6ea1ab8980a4dbef32c..10fba085c88dabb358ece8ff9ff135f032032d4b 100755 (executable)
--- a/travis.sh
+++ b/travis.sh
@@ -51,7 +51,7 @@ git fetch --unshallow || true
 
 BUILD_START_DATETIME=$(date --utc +%FT%TZ)
 echo "$BUILD_START_DATETIME" > /tmp/build_start_time
-./gradlew build  --console plain
+./gradlew build --warn --console plain
 
 # exclude external pull requests
 if [[ -n "${NEXT_TOKEN-}" ]]; then