mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
🐛 Fix unexpected exception on logger caused by log4j2 plugin
This commit is contained in:
parent
cdd268afbc
commit
f23d29deb7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
{:class-dir class-dir
|
{:class-dir class-dir
|
||||||
:uber-file jar-file
|
:uber-file jar-file
|
||||||
:main 'clojure.main
|
:main 'clojure.main
|
||||||
:exclude [#"goog.*" #"^javasist.*"]
|
:exclude [#".*Log4j2Plugins\.dat$"]
|
||||||
:basis basis}))
|
:basis basis}))
|
||||||
|
|
||||||
(defn compile [_]
|
(defn compile [_]
|
||||||
|
|
Loading…
Reference in a new issue