Closed xificurC closed 2 years ago
@xificurC Whoops. No, it wasn't. I'll cut an rc2 compiled for Java 8.
You can set the java options like this so that you can compile with newer JDKs but still include support for older ones:
I think source and target set to 1.8 should work.
Thanks @danielcompton.
Erik and I were also discussing a more comprehensive deployment process based on http://slipset.github.io/posts/deploying-to-clojars. We'd already done it for byte-streams, but it would be good to extend that to aleph and manifold, too. Manual deployment is obviously error-prone 😄
The latest jar seems to be deployed with java17 compiled java class files. Is this intended?