Skip to content

Commit

Permalink
Bump javac source to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Apr 10, 2024
1 parent df88687 commit 8cefd7c
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 @@ -45,7 +45,7 @@
"kondo" ["with-profile" "+smoke" "run" "-m" "clj-kondo.main" "--lint" "src"]
"fmt" ["with-profile" "+smoke" "cljfmt" "check"]
"fmtfix" ["with-profile" "+smoke" "cljfmt" "fix"]}
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
:javac-options ["-target" "1.8" "-source" "1.8" "-Xlint:-options"]
:java-source-paths ["src/java"]
:source-paths ["src/clojure"]
:deploy-repositories [["releases" {:url "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
Expand Down

0 comments on commit 8cefd7c

Please sign in to comment.