geotrellis / maml

Map Algebra Modeling Language: It's what we and whales are.
https://geotrellis.github.io/maml/
Apache License 2.0
16 stars 10 forks source link

Add support for JDK 11 #100

Closed rbreslow closed 4 months ago

rbreslow commented 5 years ago

Right now, tests are failing on JDK 11. We should:

See: https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html#jdk-11-compatibility-notes

pomadchin commented 5 years ago

@rbreslow the usual way is to build things against jdk 8 and to run it on 9, 10, 11, graal-vm (usually it works. Scala doesn't have a full >8 JDKs support ). I am not sure that it's the thing to aim now, since there are some compiler limitations.

pomadchin commented 4 months ago

Closed via https://github.com/geotrellis/maml/pull/126