We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbeef1e commit 04b6ab1Copy full SHA for 04b6ab1
project.clj
@@ -18,6 +18,7 @@
18
:main ^:skip-aot clojask.debug/-main
19
:source-paths ["src/main/clojure"]
20
:java-source-paths ["src/main/java"]
21
+ :javac-options ["-target" "1.8" "-source" "1.8" "-Xlint:-options"]
22
:test-paths ["test/clojask"]
23
;:java-test-paths ["test/java"]
24
;;:injections [(.. System (setProperty "clojure.core.async.pool-size" "8"))]
0 commit comments