-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
It is a little bit unclear to me, which should be the minimum required Java version for this project. I would like to get clarity on it.
#815 brings back the Java 1.6 build pipeline check after it was removed by #741
Designed and tested to use on Java versions 1.6 - 21
At the present time Java 8 is required, in order to support pre-existing Java users that are still on 8. It was decided that Android users are probably no longer tied to Java 6. The last release to support Java 6 is 20230618.
In the maven and gradle build files it specifies Java 1.8
I recommend that all stated references should define the same minimum version.
If Java 8 should be the minimum, I submitted these 2 PRs:
#914
#913
If Java 1.6 should still be the minimum, please close the PRs, update the FAQ and the build definition.