Liking cljdoc? Tell your friends :D

org.corfield.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 ...})

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 ...})
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close