File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ this_dir=${BASH_SOURCE[0]%/*}
25
25
# # CLI PARSING
26
26
27
27
default_suites=(
28
- analyze test
29
- flutter_version
30
- build_runner l10n drift pigeon icons
31
28
android # This takes multiple minutes in CI, so do it last.
32
29
)
33
30
@@ -464,15 +461,18 @@ run_android() {
464
461
flutter build apk --config-only \
465
462
|| return
466
463
464
+ tools/gradle --debug tasks \
465
+ || return
466
+
467
467
# For docs on this Android linter:
468
468
# https://developer.android.com/studio/write/lint
469
- tools/gradle -q :app:lint \
469
+ tools/gradle --info :app:lint \
470
470
|| return
471
471
472
- tools/gradle -q --debug :app:compileDebugKotlin \
473
- || return
472
+ # tools/gradle -q --debug :app:compileDebugKotlin \
473
+ # || return
474
474
475
- tools/gradle --no-build-cache --debug :app:buildRelease
475
+ tools/gradle --no-build-cache --info :app:buildRelease
476
476
# flutter build apk \
477
477
# || return
478
478
You can’t perform that action at this time.
0 commit comments