Fork me on GitHub
#jvm
<
2024-05-21
RAJKUMAR12:05:22

what is the configuration in deps.edn to specify the java version used to compile the project?

seancorfield17:05:21

Do you mean the JVM used to run Clojure? Or do you mean in the build.clj where you (AOT) compile your Clojure code to make an uberjar? For the former, you can control that via the JAVA_HOME or JAVA_CMD environment variables (which is typically how you select which JVM to run for any process).

RAJKUMAR17:05:27

Yeah I mean JVM used to run clojure