[ci] Roll repo tooling to 0.7.3 (#520)

Updates tool pin to 0.7.3
- Enables versiond and CHANGELOG update checks.
- Enables timing logging.

Changes to allow the roll to pass:
- Adds missing licenses to Kotlin files (which were not previously checked).
- Adds missing AUTHORS files.
- Adjusts package descriptions to meet pub.dev length guidelines, which the tooling now enforces.
This commit is contained in:
stuartmorgan
2021-12-02 15:01:20 -05:00
committed by GitHub
parent 62c9db672b
commit f850e38672
28 changed files with 88 additions and 10 deletions

View File

@ -9,4 +9,5 @@ REPO_DIR="$(dirname "$SCRIPT_DIR")"
# The tool expects to be run from the repo root.
cd "$REPO_DIR"
dart pub global run flutter_plugin_tools "$@" --packages-for-branch $BUILD_SHARDING
dart pub global run flutter_plugin_tools "$@" --packages-for-branch \
--log-timing $BUILD_SHARDING