We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38ed7d commit 9554fcfCopy full SHA for 9554fcf
1 file changed
buildscripts/kokoro/unix.sh
@@ -37,7 +37,7 @@ EOF
37
ARCH="$ARCH" buildscripts/make_dependencies.sh
38
39
# Set properties via flags, do not pollute gradle.properties
40
-GRADLE_FLAGS="${GRADLE_FLAGS:-}"
+GRADLE_FLAGS="${GRADLE_FLAGS:-} --stacktrace"
41
GRADLE_FLAGS+=" -PtargetArch=$ARCH"
42
43
# For universal binaries on macOS, signal Gradle to use universal flags.
0 commit comments