mirror of
https://github.com/metosin/reitit.git
synced 2025-12-23 18:41:11 +00:00
java8 targeg
This commit is contained in:
parent
34d8cb0f57
commit
86cfacb03c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
:metadata {:doc/format :markdown}}
|
||||
:scm {:name "git"
|
||||
:url "https://github.com/metosin/reitit"}
|
||||
:javac-options ["-Xlint:unchecked" "-target" "1.7" "-source" "1.7"]
|
||||
:javac-options ["-Xlint:unchecked" "-target" "1.8" "-source" "1.8"]
|
||||
:managed-dependencies [[metosin/reitit "0.2.13"]
|
||||
[metosin/reitit-core "0.2.13"]
|
||||
[metosin/reitit-spec "0.2.13"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue