ContextMapper / context-mapper-standalone-example

Standalone Example Project using the Context Mapper DSL as Library
https://contextmapper.org/
Apache License 2.0
22 stars 10 forks source link

Pick JDK 11 via jenv #9

Closed binkley closed 1 year ago

binkley commented 1 year ago

The .java-version file is used by Jenv (https://www.jenv.be/), one of the best tools I've found for managing multiple JDK environments across platforms for command line, especially at the project level. Some discussion of this can be found in https://github.com/binkley/modern-java-practices#managing-your-java-environment.

I was unable to build using JDK 17 or JDK 1.8.

stefan-ka commented 1 year ago

The .java-version file is used by Jenv (https://www.jenv.be/), one of the best tools I've found for managing multiple JDK environments across platforms for command line, especially at the project level. Some discussion of this can be found in https://github.com/binkley/modern-java-practices#managing-your-java-environment.

I was unable to build using JDK 17 or JDK 1.8.

Yeah @binkley, I know, Java 17/18 are an open task on my list. Currently not working because the Xtext version I use does not support it.