mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Our CI is broken and this is the error: ``` FAILURE: Build failed with an exception. * What went wrong: Gradle requires JVM 17 or later to run. Your build is currently configured to use JVM 11. ``` So updating our java-versions to the latest stable version which is 21 apparently.