From c4a7f25cfdadfd39a3f8340ccbbf2b2ce8f02940 Mon Sep 17 00:00:00 2001 From: Carmine Vassallo Date: Wed, 8 Nov 2023 17:40:27 +0100 Subject: [PATCH] SONAR-20986 Debug gradle build --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 10fba085c88..271a7faab3e 100755 --- 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 --warn --console plain +./gradlew clean build --stacktrace --console plain # exclude external pull requests if [[ -n "${NEXT_TOKEN-}" ]]; then -- 2.39.5