diff --git a/ci/licenses.sh b/ci/licenses.sh index 2ebbd6f8af6..48988f30a84 100755 --- a/ci/licenses.sh +++ b/ci/licenses.sh @@ -122,7 +122,7 @@ function verify_licenses() ( local actualLicenseCount actualLicenseCount="$(tail -n 1 flutter/ci/licenses_golden/licenses_flutter | tr -dc '0-9')" - local expectedLicenseCount=2 # When changing this number: Update the error message below as well describing all expected license types. + local expectedLicenseCount=15 # When changing this number: Update the error message below as well describing all expected license types. if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then echo "=============================== ERROR ==============================="