Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests fail under JDK 9 #177

Closed
tirkarthi opened this issue Feb 3, 2018 · 1 comment
Closed

Tests fail under JDK 9 #177

tirkarthi opened this issue Feb 3, 2018 · 1 comment

Comments

@tirkarthi
Copy link
Contributor

tirkarthi commented Feb 3, 2018

I think this is due to the jvm-opts in project.clj. Related issue : jline/jline2#220

~/reply$ lein do deps, compile
Compiling 2 source files to /home/ubuntu/reply/target/classes
error: Source option 1.5 is no longer supported. Use 1.6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.
Compilation of Java sources(lein javac) failed.
~/reply$ java -version
openjdk version "9-internal"
OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src)
OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode)
@trptcolin
Copy link
Owner

Fixed on master in c038ea7

trptcolin referenced this issue May 20, 2018
This has been the requirement in Clojure itself since 2013 (clojure
1.6.0):
clojure/clojure@26cfee0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants