diff --git a/build.clj b/build.clj index 175e2da..ac09606 100644 --- a/build.clj +++ b/build.clj @@ -35,7 +35,7 @@ (merge {:class-directory "target/classes" :project-basis (build-api/create-basis) - :main-namespace 'org.domaindrivenarchitecture/build}))) + :main-namespace 'org.domaindrivenarchitecture/dda-build}))) (defn config "Display build configuration" diff --git a/deps.edn b/deps.edn index 1b8c528..ed56f13 100644 --- a/deps.edn +++ b/deps.edn @@ -1,4 +1,4 @@ -{:project {:name org.domaindrivenarchitecture/build +{:project {:name org.domaindrivenarchitecture/dda-build :version "0.1.1-SNAPSHOT"} :paths @@ -10,15 +10,7 @@ orchestra/orchestra {:mvn/version "2021.01.01-1"}} :aliases - {;; Clojure.main execution of application - :run/app - {:main-opts ["-m" "practicalli.playground"]} - - ;; Clojure.exec execution of specified function - :run/greet - {:exec-fn practicalli.playground/greet - :exec-args {:name "Clojure"}} - + { ;; Add libraries and paths to support additional test tools :test/env {}