puniverse / quasar

Fibers, Channels and Actors for the JVM
http://docs.paralleluniverse.co/quasar/
Other
4.56k stars 574 forks source link

Travis CI build with JDK9 #208

Closed candrews closed 5 years ago

candrews commented 8 years ago

This pull request adds a Travis CI build using JDK 9 EA.

Gradle 2.0 (which is what Travis includes by default) doesn't support JDK 9 (it can't parse the version number) so I've also upgraded to the latest version of Gradle (2.14).

The JDK 9 build currently fails, so I've made it optional. Even though it currently fails, I think it's nice to have - it keeps everyone informed as to the current status of Quasar with JDK 9, so hopefully we can all know when it finally reaches a happy state :)

pron commented 5 years ago

Quasar now build on JDK 11