boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 179 forks source link

Test against JDK 9 and 10 #699

Closed tirkarthi closed 6 years ago

tirkarthi commented 6 years ago

Travis added support for JDK 9, 10 and 11 along with EA versions. I have added JDK 9 and 10 for testing. I have removed JDK 11 since there are build failures. I have also added cache for ~/.m2 which reduces load on Maven and Clojars.

I have raised a separate issue for JDK 11 at #698

tirkarthi commented 6 years ago

Sorry, I just realized I already made a PR with #696 . I will add JDK 10 as part of that. Closing this one. Sorry for the noise and mistake from my part.