Has anyone seen this fun exception when running lein with JDK 9+ java.lang.ClassNotFoundException: java/sql/Timestamp
? lein version 2.9.1
It does work when you drop down to JDK 8 so pretty sure it's something with that change
We tried doing this in the project.clj as well, but doesn't seem to do anything :jvm-opts ["--add-modules" "java.sql"]