mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-16 17:41:12 +00:00
[fix] Decrease min Java version (11->8) (@flyingmachine)
This commit is contained in:
parent
5b30acc897
commit
a1c50f1031
3 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
:url "https://www.eclipse.org/legal/epl-v10.html"}
|
||||
|
||||
:dependencies
|
||||
[[com.taoensso/encore "3.115.0"]]
|
||||
[[com.taoensso/encore "3.115.1"]]
|
||||
|
||||
:test-paths ["test" #_"src"]
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
:url "https://www.eclipse.org/legal/epl-v10.html"}
|
||||
|
||||
:java-source-paths ["src/java"]
|
||||
:javac-options ["--release" "11" "-g"] ; Support Java >= v11
|
||||
:javac-options ["--release" "8" "-g"] ; Support Java >= v8
|
||||
:dependencies []
|
||||
|
||||
:profiles
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
(remove-ns 'taoensso.telemere)
|
||||
(:api (enc/interns-overview)))
|
||||
|
||||
(enc/assert-min-encore-version [3 115 0])
|
||||
(enc/assert-min-encore-version [3 115 1])
|
||||
|
||||
;;;; TODO
|
||||
;; - Solution and docs for lib authors
|
||||
|
|
|
|||
Loading…
Reference in a new issue