Fixed CI #589
Open
Fixed CI #589
Cirrus CI / android-build_all_plugins CHANNEL:master
failed
Jun 14, 2025 in 1m 30s
Task Summary
Instruction create_all_plugins_app failed in 00:03
Details
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
✅ 00:03 clone
✅ 01:17 upgrade_flutter
✅ 00:03 tool_setup
❌ 00:03 create_all_plugins_app
dart $PLUGIN_TOOL all-plugins-app --output-dir=. --exclude script/configs/exclude_all_plugins_app.yaml
Creating project all_plugins...
Resolving dependencies in `all_plugins`...
Downloading packages...
Got dependencies in `all_plugins`.
Wrote 130 files.
All done!
You can find general documentation for Flutter at: https://docs.flutter.dev/
Detailed API documentation is available at: https://api.flutter.dev/
If you prefer video documentation, consider: https://www.youtube.com/c/flutterdev
In order to run your application, type:
$ cd all_plugins
$ flutter run
Your application code is in all_plugins/lib/main.dart.
The configured version of Java detected may conflict with the Android Gradle Plugin (AGP) version in your new Flutter app.
To keep the default AGP version 8.9.1, download a compatible Java version
(Java 17 <= compatible Java version < Java 24). Configure this Java version globally for Flutter by running:
flutter config --jdk-dir=<JDK_DIRECTORY>
Alternatively, to continue using your current Java version, update the AGP
version in the following file(s) to a compatible version (minimum compatible AGP version: 7.0):
/tmp/cirrus-ci-build/all_plugins/android/build.gradle
For details on compatible Java and AGP versions, see
https://developer.android.com/build/releases/gradle-plugin
Exluding the following plugins from the combined build:
plugin_platform_interface
Exit status: 64
Loading