Provides a conflict handler for use with tools.build.
(ns build (:require [clojure.tools.build.api :as b] [org.corfield.log4j2-conflict-handler :refer [log4j2-conflict-handler]])
(b/uber {... :conflict-handlers log4j2-conflict-handler ...})
Provides a conflict handler for use with tools.build.
(ns build
(:require [clojure.tools.build.api :as b]
[org.corfield.log4j2-conflict-handler
:refer [log4j2-conflict-handler]])
(b/uber {... :conflict-handlers log4j2-conflict-handler ...})cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |