From 8cefd7cdbf6289971c87027b788f838f7c4b90b4 Mon Sep 17 00:00:00 2001 From: Thomas Crowley Date: Wed, 10 Apr 2024 14:55:42 +1000 Subject: [PATCH] Bump javac source to 1.8 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 93bbefb..752a9e2 100644 --- a/project.clj +++ b/project.clj @@ -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/"