We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The 3.16.3 release included a version of OpenJDK, that is not supported by gradle and caused APK builds to fail.
Each release should use a version of Java that is supported by gradle (maybe always the latest LTS release)
The 3.16.3 build included an early access version of OpenJDK 22
$ docker run --rm -it mobiledevops/flutter-sdk-image:3.16.3 java --version openjdk 22-ea 2024-03-19 OpenJDK Runtime Environment (build 22-ea+16-Ubuntu-1) OpenJDK 64-Bit Server VM (build 22-ea+16-Ubuntu-1, mixed mode, sharing) $ docker run --rm -it mobiledevops/flutter-sdk-image:3.16.4 java --version openjdk 17.0.9 2023-10-17 OpenJDK Runtime Environment (build 17.0.9+9-Ubuntu-123.10) OpenJDK 64-Bit Server VM (build 17.0.9+9-Ubuntu-123.10, mixed mode, sharing)
podman version 4.8.1 (but this is not a docker issue)
podman version 4.8.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The 3.16.3 release included a version of OpenJDK, that is not supported by gradle and caused APK builds to fail.
Expected behaviour
Each release should use a version of Java that is supported by gradle (maybe always the latest LTS release)
Actual behaviour
The 3.16.3 build included an early access version of OpenJDK 22
Steps to reproduce the behaviour
Which Docker version is used?
podman version 4.8.1
(but this is not a docker issue)Which host operation system is used?
The text was updated successfully, but these errors were encountered: