We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c708c commit d5d494aCopy full SHA for d5d494a
project.clj
@@ -20,5 +20,5 @@
20
:main uclj.core
21
:aot :all
22
:java-source-paths ["src"]
23
- :javac-options ["-target" "1.6" "-source" "1.6"]
+ :javac-options ["-target" "1.7" "-source" "1.7"]
24
:repl-options {:init-ns uclj.core})
0 commit comments