libgdx / gdx-liftoff

A modern setup tool for libGDX Gradle projects
Apache License 2.0
524 stars 48 forks source link

Use javaVersion in TeaVM build.gradle #141

Closed HydrolienF closed 10 months ago

HydrolienF commented 10 months ago

It make TeaVM java version configurable from gdx-liftoff window.

tommyettinger commented 10 months ago

I just investigated this first -- I had thought TeaVM required compatibility with 11 and no lower or higher, but it just successfully built a project that used Java 14 records and language level set to 17, so it can definitely go higher now. Thanks for updating this, I'll merge!