getodk / briefcase

ODK Briefcase is a Java application for fetching and pushing forms and their contents. It helps make billions of data points from ODK portable. Contribute and make the world a better place! ✨💼✨
https://docs.getodk.org/briefcase-intro
Other
60 stars 154 forks source link

Fix wrong language level API in master #826

Closed ggalmazor closed 4 years ago

ggalmazor commented 4 years ago

I accidentally got some of the work on the v2.0 branch into the master branch and now the master branch won't compile unless we set the language level to Java 11.

We need to reset the language level to Java 8 and make sure the project compiles.