Skip to content

Commit c2ac2a2

Browse files
committed
Merge branch 'change-lockfile-task-order'
2 parents c83faa4 + b4ddc82 commit c2ac2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/scripts/update-lockfile.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ TEMP_GRADLE_PROJECT_CACHE_DIR=$(mktemp -d -t gradle-cache-XXX)
1414
# Task list to discover all tasks and their dependencies since
1515
# just running the suggested 'help' task isn't sufficient.
1616
GRADLE_TASKS=(
17+
"lint"
1718
"assemble"
1819
"compileDebugUnitTestKotlin"
1920
"assembleAndroidTest"
20-
"lint"
2121
)
2222
EXCLUDED_GRADLE_TASKS=(
2323
"-xcargoBuild"

0 commit comments

Comments
 (0)