mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +00:00
Tweak javac options to ensure we build for Java 8
This commit is contained in:
parent
77d7a57282
commit
a1cde85bcc
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,7 @@
|
|||
:metadata {:doc/format :markdown}}
|
||||
:scm {:name "git"
|
||||
:url "https://github.com/metosin/reitit"}
|
||||
;; TODO: need to verify that the code actually worked with Java1.8, see #242
|
||||
:javac-options ["-Xlint:unchecked" "-target" "1.8" "-source" "1.8"]
|
||||
:javac-options ["-Xlint:unchecked" "--release" "8"]
|
||||
:managed-dependencies [[metosin/reitit "0.4.0-SNAPSHOT"]
|
||||
[metosin/reitit-core "0.4.0-SNAPSHOT"]
|
||||
[metosin/reitit-dev "0.4.0-SNAPSHOT"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue