leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
nikp 2019-04-30T23:41:59.031600Z

Has anyone seen this fun exception when running lein with JDK 9+ java.lang.ClassNotFoundException: java/sql/Timestamp? lein version 2.9.1

nikp 2019-04-30T23:42:49.032Z

It does work when you drop down to JDK 8 so pretty sure it's something with that change

nikp 2019-04-30T23:45:07.032400Z

We tried doing this in the project.clj as well, but doesn't seem to do anything :jvm-opts ["--add-modules" "java.sql"]