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 ...})(log4j2-plugin-merger {:keys [in existing]})Conflict handler for clojure.tools.build.api/uber.
Conflict handler for clojure.tools.build.api/uber.
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 |