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 c8fec68 commit c4eb174Copy full SHA for c4eb174
.github/workflows/dataconnect.yml
@@ -89,10 +89,10 @@ jobs:
89
run: |
90
set -v
91
92
- # Disable firebase-crashlytics-ndk because it requires setting up an NDK,
93
- # which isn't needed for anything else.
94
- sed -i -e '/firebase-crashlytics-ndk/d' subprojects.cfg
95
-
+ # Speed up build times and also avoid configuring firebase-crashlytics-ndk
+ # which is finicky integrating with the Android NDK.
+ echo "org.gradle.configureondemand=true" >> gradle.properties
+
96
./gradlew \
97
${{ (inputs.gradleInfoLog && '--info') || '' }} \
98
:firebase-dataconnect:assembleDebugAndroidTest
0 commit comments