We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e84c93 commit c9a8fa6Copy full SHA for c9a8fa6
buildscripts/kokoro/unix.sh
@@ -38,6 +38,7 @@ ARCH="$ARCH" buildscripts/make_dependencies.sh
38
39
# Set properties via flags, do not pollute gradle.properties
40
GRADLE_FLAGS="${GRADLE_FLAGS:-}"
41
+GRADLE_FLAGS+=" --stacktrace"
42
GRADLE_FLAGS+=" -PtargetArch=$ARCH"
43
44
# For universal binaries on macOS, signal Gradle to use universal flags.
0 commit comments