Add build system for generating JARs and POM files #9

Merged
seabass merged 2 commits from seabass/matchbot:jar-generation into master 2022-04-24 18:18:41 +02:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 69e154ea87 - Show all commits

View File

@ -7,4 +7,6 @@
irclj/irclj {:mvn/version "0.5.0-alpha4"}}
:aliases {:test {:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.60.972"}}
:main-opts ["-m" "kaocha.runner"]}}}
:main-opts ["-m" "kaocha.runner"]}
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.8.1" :git/sha "7d40500"}
com.github.pmonks/tools-pom {:mvn/version "1.0.74"}}}}}