Skip to content

Commit c9a8fa6

Browse files
committed
add --stacktrace
1 parent 3e84c93 commit c9a8fa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildscripts/kokoro/unix.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ARCH="$ARCH" buildscripts/make_dependencies.sh
3838

3939
# Set properties via flags, do not pollute gradle.properties
4040
GRADLE_FLAGS="${GRADLE_FLAGS:-}"
41+
GRADLE_FLAGS+=" --stacktrace"
4142
GRADLE_FLAGS+=" -PtargetArch=$ARCH"
4243

4344
# For universal binaries on macOS, signal Gradle to use universal flags.

0 commit comments

Comments
 (0)