bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

Test new projects and test against JDK 10 and 11 #693

Closed danielcompton closed 6 years ago

danielcompton commented 6 years ago

This PR tests the new figwheel- projects and also runs tests against JDK 8, 10, and 11. This should hopefully catch regressions in new JDKs. It looks like there are some failing tests in the new figwheel- projects, so I've added them in in a separate commit so you can see that the overall approach works.

bhauman commented 6 years ago

This is failing as the make command can't be found

danielcompton commented 6 years ago

This is working now.