mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Use same javac options for reiti-core project.clj
This commit is contained in:
parent
6dd9cb1b7c
commit
91fa60324f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@
|
||||||
:parent-project {:path "../../project.clj"
|
:parent-project {:path "../../project.clj"
|
||||||
:inherit [:deploy-repositories :managed-dependencies]}
|
:inherit [:deploy-repositories :managed-dependencies]}
|
||||||
:java-source-paths ["java-src"]
|
:java-source-paths ["java-src"]
|
||||||
:javac-options ["-Xlint:unchecked" "-target" "1.8" "-source" "1.8"]
|
:javac-options ["-Xlint:unchecked" "-target" "11" "-source" "11"]
|
||||||
:dependencies [[meta-merge]])
|
:dependencies [[meta-merge]])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue