summaryrefslogtreecommitdiffhomepage
path: root/android/scripts
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-03-13 10:06:06 +0100
committerAlbin <albin@mullvad.net>2025-03-13 10:06:19 +0100
commitb4ddc827079e3e358e43cf48a9f29884b440b6a0 (patch)
treea858fecec6f3f180c0bae7d459554db87ad6c4f7 /android/scripts
parentc83faa43edac4420d96427ffae0f60c7fb3c67ac (diff)
downloadmullvadvpn-b4ddc827079e3e358e43cf48a9f29884b440b6a0.tar.xz
mullvadvpn-b4ddc827079e3e358e43cf48a9f29884b440b6a0.zip
Improve lockfile task order
This is done to earlier detect lint issues.
Diffstat (limited to 'android/scripts')
-rwxr-xr-xandroid/scripts/update-lockfile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/scripts/update-lockfile.sh b/android/scripts/update-lockfile.sh
index 9c08ff80a0..36387b0b82 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"