Skip to content

Commit

Permalink
Set Javac target to 1.6
Browse files Browse the repository at this point in the history
Change #99 introduced a Java class which is compiled ahead of time to
the JAR. By default the Java classes are built for use in current Java
version and to allow use in older Java versions an option has to be
provided.
  • Loading branch information
Deraen committed Apr 12, 2016
1 parent 00e3cff commit 0d90f44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@
;; "-XX:+PrintCompilation"
;; "-XX:+UnlockDiagnosticVMOptions"
;; "-XX:+PrintInlining"
])
]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"])

0 comments on commit 0d90f44

Please sign in to comment.