diff --git a/android/scripts/update-lockfile.sh b/android/scripts/update-lockfile.sh index 9c08ff80a059..36387b0b82c5 100755 --- a/android/scripts/update-lockfile.sh +++ b/android/scripts/update-lockfile.sh @@ -14,10 +14,10 @@ TEMP_GRADLE_PROJECT_CACHE_DIR=$(mktemp -d -t gradle-cache-XXX) # Task list to discover all tasks and their dependencies since # just running the suggested 'help' task isn't sufficient. GRADLE_TASKS=( + "lint" "assemble" "compileDebugUnitTestKotlin" "assembleAndroidTest" - "lint" ) EXCLUDED_GRADLE_TASKS=( "-xcargoBuild"