Skip to content

Commit

Permalink
java 8 doesn't understand --release
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Nov 9, 2024
1 parent df51912 commit 9b4506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
:jar-exclusions [#"graal" #"datalevin.ni"]
:jvm-opts ["-XX:+IgnoreUnrecognizedVMOptions"
"-Dclojure.compiler.direct-linking=true"]
:javac-options ["--release" "8"]
:javac-options ["-target" "1.8" "-source" "1.8"]
:uberjar-exclusions [#"pod.huahaiy.datalevin-test"]
:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_username
Expand Down

0 comments on commit 9b4506a

Please sign in to comment.