Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Exclude connectivity packages (#2529)
Browse files Browse the repository at this point in the history
Includes `connectivity_platform_interface` `connectivity_macos` `connectivity_web` to avoid build failures caused by path dependencies.
  • Loading branch information
franciscojma86 committed Feb 14, 2020
1 parent 29e603a commit e67c7fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/build_all_plugins_app.sh
Expand Up @@ -11,6 +11,9 @@ source "$SCRIPT_DIR/common.sh"
check_changed_packages > /dev/null

readonly EXCLUDED_PLUGINS_LIST=(
"connectivity_macos"
"connectivity_platform_interface"
"connectivity_web"
"flutter_plugin_android_lifecycle"
"google_sign_in_platform_interface"
"google_sign_in_web"
Expand Down

0 comments on commit e67c7fa

Please sign in to comment.