jvm

RAJKUMAR 2024-05-21T12:32:22.616849Z

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

seancorfield 2024-05-21T17:19:21.411989Z

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).

RAJKUMAR 2024-05-21T17:20:27.763109Z

Yeah I mean JVM used to run clojure