We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For languages.java and languages.scala it seems to be quite simple to change the JDK version.
However, there's no way to do that for Clojure, and using languages.java.jdk.package does not appear to affect the jdk version used in Clojure:
languages.java.jdk.package
$ java -version openjdk version "22" 2024-03-19 OpenJDK Runtime Environment (build 22+36-nixos) OpenJDK 64-Bit Server VM (build 22+36-nixos, mixed mode, sharing) $ clojure --version Clojure CLI version 1.11.3.1463 $ clj Clojure 1.11.1 user=> (System/getProperty "java.version") "21"
The text was updated successfully, but these errors were encountered:
cc @k3yss
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
For languages.java and languages.scala it seems to be quite simple to change the JDK version.
However, there's no way to do that for Clojure, and using
languages.java.jdk.package
does not appear to affect the jdk version used in Clojure:The text was updated successfully, but these errors were encountered: