lf-lang / lingua-franca

Intuitive concurrent programming in any language
https://www.lf-lang.org
Other
220 stars 57 forks source link

Bumped the google-java-format version to 1.22.0 #2308

Closed cmnrd closed 3 weeks ago

cmnrd commented 3 weeks ago

This updates the version of the google style that we use for formatting our code. Most importantly, this change makes our code base compatible with newer versions of Java (up to 22). Combined with https://github.com/lf-lang/lingua-franca/pull/2307, this allows compilation with java versions greater than 17.

As a consequence of this change, the formatting in some of our java files gets updated.