]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-20986 Debug gradle build bug/cv/SONAR-20986-open-source-build-on-travis-failing 3336/head
authorCarmine Vassallo <carmine.vassallo@sonarsource.com>
Wed, 8 Nov 2023 16:40:27 +0000 (17:40 +0100)
committerCarmine Vassallo <carmine.vassallo@sonarsource.com>
Wed, 8 Nov 2023 17:01:07 +0000 (18:01 +0100)
travis.sh

index 10fba085c88dabb358ece8ff9ff135f032032d4b..271a7faab3e071396ee605d9539723b3b964a3cd 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 --warn --console plain
+./gradlew clean build --stacktrace --console plain
 
 # exclude external pull requests
 if [[ -n "${NEXT_TOKEN-}" ]]; then