mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Compile reitit.Trie with Java 1.8 target
This commit is contained in:
parent
e1f9cfb286
commit
5adc5ffba0
1 changed files with 1 additions and 0 deletions
|
|
@ -10,4 +10,5 @@
|
|||
:parent-project {:path "../../project.clj"
|
||||
:inherit [:deploy-repositories :managed-dependencies]}
|
||||
:java-source-paths ["java-src"]
|
||||
:javac-options ["-Xlint:unchecked" "-target" "1.8" "-source" "1.8"]
|
||||
:dependencies [[meta-merge]])
|
||||
|
|
|
|||
Loading…
Reference in a new issue