We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deps/aleph/build.clj
1 parent 5559e1c commit f2c528fCopy full SHA for f2c528f
deps/aleph/build.clj
@@ -1,6 +1,10 @@
1
(ns aleph.build
2
(:require [clojure.tools.build.api :as b]))
3
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
+
8
(def basis (b/create-basis {:project "deps.edn"}))
9
(def build-edn (read-string (slurp "deps/aleph/build.edn")))
10
0 commit comments