rename to dda-build

This commit is contained in:
Michael Jerger 2024-08-16 08:16:41 +02:00
parent bfc6b308cf
commit 035d8d3fe8
2 changed files with 3 additions and 11 deletions

View file

@ -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"

View file

@ -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
{}