trptcolin / reply

REPL-y: A fitter, happier, more productive REPL for Clojure.
Eclipse Public License 1.0
337 stars 44 forks source link

Tests fail under JDK 9 #177

Closed tirkarthi closed 6 years ago

tirkarthi commented 6 years ago

I think this is due to the jvm-opts in project.clj. Related issue : https://github.com/jline/jline2/issues/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 commented 6 years ago

Fixed on master in https://github.com/trptcolin/reply/commit/c038ea718ffa926ce4a14990441412b1fbd94ebd