boot-clj / boot

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

Improvements to work with Java 9 #539

Closed tobias closed 7 years ago

tobias commented 7 years ago

Changes include:

This is part of the fix; https://github.com/boot-clj/boot-bin/pull/4 is the other half. These changes shouldn't break users using a boot.sh without PR4.

Let me know if this (or the approach in PR4) aren't appropriate, and I'm happy to discuss more here or on slack.

tobias commented 7 years ago

I should mention that with these changes + PR4, boot works for me under Java 9-ea+148, but I haven't tried anything fancy with it, just starting a repl.

alandipert commented 7 years ago

I tested that this doesn't break existing boot.sh. :+1: