Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
++
  • Loading branch information
matanlurey committed Feb 20, 2024
commit 4c34c37584ed50e69bda64ff37d30dc25f192f91
2 changes: 1 addition & 1 deletion ci/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ DART="${DART_SDK_DIR}/bin/dart"
GENERATED_PLUGIN_REGISTRANT_PATH=$(find "$SRC_DIR/flutter" -name "GeneratedPluginRegistrant.java")
if [[ -n "$GENERATED_PLUGIN_REGISTRANT_PATH" ]]; then
echo "GeneratedPluginRegistrant.java found in the project."
echo "This file is generated by Flutter tooling and should not be checked in."
echo "This file is generated by Flutter tooling and should not exist in the engine repository."
echo "Please remove it from the project and try again."
echo "Path: $GENERATED_PLUGIN_REGISTRANT_PATH"
exit 1
Expand Down