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:
Tommi Reiman 2019-03-18 08:58:25 +02:00
parent a0d833e645
commit b02d15a549

View file

@ -10,7 +10,8 @@
:metadata {:doc/format :markdown}}
:scm {:name "git"
: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"]
[metosin/reitit-core "0.3.1"]
[metosin/reitit-dev "0.3.1"]