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 474e39a commit fa6760dCopy full SHA for fa6760d
buildscripts/kokoro/unix.sh
@@ -38,7 +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+=" -d -PtargetArch=$ARCH"
+GRADLE_FLAGS+=" -PtargetArch=$ARCH"
42
43
# For universal binaries on macOS, signal Gradle to use universal flags.
44
if [[ "$(uname -s)" == "Darwin" ]]; then
0 commit comments