-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Java 21 on CI #7966
Comments
Related: #7967 |
Investigation - Added logging to ./tool/github.sh (https://github.com/flutter/flutter-intellij/pull/7963/files#diff-b69f7145ef91717b5eec7e21d57643d051b1dd3e78ab95bacce2529bf43abfa2):
Solution - set the JAVA_HOME and PATH environment variable to an available JDK 21 compatible version.
See: https://github.com/flutter/flutter-intellij/actions/runs/13822946487/job/38672266390?pr=7963 |
While attempting to build the Flutter IntelliJ plugin for IntelliJ 2025.1, the version of Java needed to be bumped from 17 to 21. Build is successful when run locally. This version also needs to be configured on the CI. Refer to ./tool/github.sh and ./tool/kokoro/setup.sh
#7963
The text was updated successfully, but these errors were encountered: