mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Remove --release option as it fails the cljs build
* doesn't actually do anything (need to compile manually with 1.8) * see related issue #242 * fails: https://circleci.com/gh/metosin/reitit/1855
This commit is contained in:
parent
a0d833e645
commit
b02d15a549
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@
|
||||||
:metadata {:doc/format :markdown}}
|
:metadata {:doc/format :markdown}}
|
||||||
:scm {:name "git"
|
:scm {:name "git"
|
||||||
:url "https://github.com/metosin/reitit"}
|
:url "https://github.com/metosin/reitit"}
|
||||||
:javac-options ["-Xlint:unchecked" "-target" "1.8" "-source" "1.8" "--release" "8"]
|
;; TODO: need to verify that the code actually workd with Java1.8, see #242
|
||||||
|
:javac-options ["-Xlint:unchecked" "-target" "1.8" "-source" "1.8"]
|
||||||
:managed-dependencies [[metosin/reitit "0.3.1"]
|
:managed-dependencies [[metosin/reitit "0.3.1"]
|
||||||
[metosin/reitit-core "0.3.1"]
|
[metosin/reitit-core "0.3.1"]
|
||||||
[metosin/reitit-dev "0.3.1"]
|
[metosin/reitit-dev "0.3.1"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue