Skip to content

Commit f2c528f

Browse files
committed
Add comment to deps/aleph/build.clj to inform about its purpose
1 parent 5559e1c commit f2c528f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deps/aleph/build.clj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
(ns aleph.build
22
(:require [clojure.tools.build.api :as b]))
33

4+
;; WARNING: This is *not* Aleph's official build process. It merely
5+
;; replicates a subset of the official Leiningen-based build process
6+
;; to allow Aleph to be used as a git or local root dependency.
7+
48
(def basis (b/create-basis {:project "deps.edn"}))
59
(def build-edn (read-string (slurp "deps/aleph/build.edn")))
610

0 commit comments

Comments
 (0)