From d6f5ac743ddd9f0e9010b97970805180df1999f5 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 7 Dec 2018 19:55:34 +0300 Subject: [PATCH] Compile for JDK 8 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 87747f7..59759fd 100644 --- a/project.clj +++ b/project.clj @@ -27,7 +27,7 @@ :all (constantly true)} :source-paths ["src/clojure"] :java-source-paths ["src/java"] - :javac-options ["-target" "1.7" "-source" "1.7"] + :javac-options ["-target" "1.8" "-source" "1.8"] :mailing-list {:name "clojure-mongodb" :archive "https://groups.google.com/group/clojure-mongodb" :post "clojure-mongodb@googlegroups.com"}