Skip to content

Commit 8cefd7c

Browse files
committed
Bump javac source to 1.8
1 parent df88687 commit 8cefd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"kondo" ["with-profile" "+smoke" "run" "-m" "clj-kondo.main" "--lint" "src"]
4646
"fmt" ["with-profile" "+smoke" "cljfmt" "check"]
4747
"fmtfix" ["with-profile" "+smoke" "cljfmt" "fix"]}
48-
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
48+
:javac-options ["-target" "1.8" "-source" "1.8" "-Xlint:-options"]
4949
:java-source-paths ["src/java"]
5050
:source-paths ["src/clojure"]
5151
:deploy-repositories [["releases" {:url "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"

0 commit comments

Comments
 (0)