We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5f2a4 commit a7a0617Copy full SHA for a7a0617
android/scripts/update-lockfile.sh
@@ -11,7 +11,14 @@ GRADLE_OPTS="-Dorg.gradle.daemon=false"
11
# We must provide a template for mktemp to work properly on macOS.
12
GRADLE_USER_HOME=$(mktemp -d -t gradle-home-XXX)
13
TEMP_GRADLE_PROJECT_CACHE_DIR=$(mktemp -d -t gradle-cache-XXX)
14
-GRADLE_TASKS=("assemble" "compileDebugUnitTestKotlin" "assembleAndroidTest" "lint")
+GRADLE_TASKS=(
15
+ "assemble"
16
+ "compileDebugUnitTestKotlin"
17
+ "assembleAndroidTest"
18
+ "lint"
19
+ "-x:app:ensureRelayListExist"
20
+ "-x:app:ensureJniDirectoryExist"
21
+)
22
23
export GRADLE_OPTS
24
export GRADLE_USER_HOME
0 commit comments