From 21617f96032a0d8f7f576b99391c55df09397852 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Tue, 28 May 2019 16:43:34 +0100 Subject: [PATCH] Add stacktrace parameter to release build The release is failing on the fetchContributors task, but is not showing the actual stacktrace. Debugging for #1721 [ci maven-central-release] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 56d834e9d6..71eb21c895 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ script: # We are using && below on purpose # ciPerformRelease must run only when the entire build has completed # This guarantees that no release steps are executed when the build or tests fail - - ./gradlew build idea -s -PcheckJavaCompatibility && ./gradlew ciPerformRelease + - ./gradlew build idea -s -PcheckJavaCompatibility && ./gradlew ciPerformRelease --stacktrace after_success: #Generates coverage report: