mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-17 18:01:10 +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"}
|
:url "https://www.eclipse.org/legal/epl-v10.html"}
|
||||||
|
|
||||||
:dependencies
|
:dependencies
|
||||||
[[com.taoensso/encore "3.115.0"]]
|
[[com.taoensso/encore "3.115.1"]]
|
||||||
|
|
||||||
:test-paths ["test" #_"src"]
|
:test-paths ["test" #_"src"]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
:url "https://www.eclipse.org/legal/epl-v10.html"}
|
:url "https://www.eclipse.org/legal/epl-v10.html"}
|
||||||
|
|
||||||
:java-source-paths ["src/java"]
|
:java-source-paths ["src/java"]
|
||||||
:javac-options ["--release" "11" "-g"] ; Support Java >= v11
|
:javac-options ["--release" "8" "-g"] ; Support Java >= v8
|
||||||
:dependencies []
|
:dependencies []
|
||||||
|
|
||||||
:profiles
|
:profiles
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
(remove-ns 'taoensso.telemere)
|
(remove-ns 'taoensso.telemere)
|
||||||
(:api (enc/interns-overview)))
|
(:api (enc/interns-overview)))
|
||||||
|
|
||||||
(enc/assert-min-encore-version [3 115 0])
|
(enc/assert-min-encore-version [3 115 1])
|
||||||
|
|
||||||
;;;; TODO
|
;;;; TODO
|
||||||
;; - Solution and docs for lib authors
|
;; - Solution and docs for lib authors
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue