Skip to content

Commit d5d494a

Browse files
committed
chore: bump java version to 1.7
1 parent d7c708c commit d5d494a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
:main uclj.core
2121
:aot :all
2222
:java-source-paths ["src"]
23-
:javac-options ["-target" "1.6" "-source" "1.6"]
23+
:javac-options ["-target" "1.7" "-source" "1.7"]
2424
:repl-options {:init-ns uclj.core})

0 commit comments

Comments
 (0)