Skip to content

Commit 04b6ab1

Browse files
committed
compatible with java 8
1 parent dbeef1e commit 04b6ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
:main ^:skip-aot clojask.debug/-main
1919
:source-paths ["src/main/clojure"]
2020
:java-source-paths ["src/main/java"]
21+
:javac-options ["-target" "1.8" "-source" "1.8" "-Xlint:-options"]
2122
:test-paths ["test/clojask"]
2223
;:java-test-paths ["test/java"]
2324
;;:injections [(.. System (setProperty "clojure.core.async.pool-size" "8"))]

0 commit comments

Comments
 (0)