Updated Ring plugin. Uberwar build now works, d'oh!
`lein ring server` still breaks, to be investigated.
This commit is contained in:
parent
83db0cb2cb
commit
5ee254ca3d
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
.clj-kondo/
|
||||||
|
.lsp/
|
||||||
/target
|
/target
|
||||||
/lib
|
/lib
|
||||||
/classes
|
/classes
|
||||||
|
|
|
@ -24,10 +24,10 @@
|
||||||
"Implementation-Version" "0.1.6-SNAPSHOT built by Simon Brooke on 2021-05-17 13:31:22+01:00"}
|
"Implementation-Version" "0.1.6-SNAPSHOT built by Simon Brooke on 2021-05-17 13:31:22+01:00"}
|
||||||
:min-lein-version "2.0.0"
|
:min-lein-version "2.0.0"
|
||||||
|
|
||||||
:plugins [[lein-ring "0.8.11"]
|
:plugins [[lein-ring "0.12.6"]
|
||||||
[lein-environ "0.5.0"]
|
[lein-environ "1.2.0"]
|
||||||
[lein-marginalia "0.7.1"]
|
[lein-marginalia "0.9.1"]
|
||||||
[io.sarnowski/lein-docker "1.1.0"]]
|
[gorillalabs/lein-docker "1.6.0"]]
|
||||||
:profiles
|
:profiles
|
||||||
{:uberjar {:aot :all}
|
{:uberjar {:aot :all}
|
||||||
:production {:ring {:open-browser? false
|
:production {:ring {:open-browser? false
|
||||||
|
|
Loading…
Reference in a new issue