flutter / samples

A collection of Flutter examples and demos

Home Page:https://flutter.github.io/samples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Java version used in build

parlough opened this issue · comments

The build currently used JDK 12 which reached end of life 2+ years ago. We should update this, preferably to an LTS release like JDK 17 if possible.

It seems usages of Gradle will need to be updated to a more recent release as well that supports JDK 17 (7.2+).