mirror of
https://github.com/penpot/penpot.git
synced 2025-01-04 13:50:12 -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
|
||||
:uber-file jar-file
|
||||
:main 'clojure.main
|
||||
:exclude [#"goog.*" #"^javasist.*"]
|
||||
:exclude [#".*Log4j2Plugins\.dat$"]
|
||||
:basis basis}))
|
||||
|
||||
(defn compile [_]
|
||||
|
|
Loading…
Reference in a new issue