Skip to content

Commit

Permalink
Push: automaton-core to branch: main. Changes can be seen here h…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Sep 24, 2024
1 parent a47f873 commit ca439ac
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 226 deletions.
3 changes: 2 additions & 1 deletion .zprintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
:force-nl? true}
:pair {:force-nl? true}
:pair-fn {:hang? false}
:comment {:wrap? false}}
:comment {:wrap? false}
:width 100}
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.1.0"}}
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.0"}}
:paths []
:tasks
{-base-deps {:doc "Dependencies for a task using bb"
Expand Down
18 changes: 0 additions & 18 deletions build_config.edn

This file was deleted.

12 changes: 7 additions & 5 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{:aliases
{:antq {:deps {com.github.liquidz/antq {:mvn/version "2.9.1217"}}
{:antq {:deps {com.github.liquidz/antq {:git/url "https://github.com/Kaspazza/antq"
:sha "a2606c7dc0edfae1990e367242b28accf2ded115"}}
:main-opts ["-m" "antq.core"]}
:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.1.0"}}}
:build {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.1.0"}}}
:cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"}
com.yetanalytics/colossal-squuid {:mvn/version "0.1.5"}
thheller/shadow-cljs #:mvn{:version "2.28.12"}}
Expand All @@ -21,6 +20,10 @@
org.clojure/tools.reader #:mvn{:version "1.5.0"}}
:extra-paths ["test/clj/" "test/cljc/" "test/resources/"]
:jvm-opts ["-Dheph-conf=env/test/config.edn,env/common_config.edn" "-Dhephaistox-in-test=true"]}
:deploy {:exec-args {:installer :remote}
:exec-fn deps-deploy.deps-deploy/deploy
:extra-deps {slipset/deps-deploy {:exclusions [org.slf4j/slf4j-nop]
:mvn/version "0.2.2"}}}
:env-development-repl {:extra-deps #:org.clojure{core.async #:mvn{:version "1.6.681"}}
:extra-paths ["env/development/resources/"
"env/development/src/clj/"
Expand Down Expand Up @@ -60,6 +63,5 @@
org.clojure/clojure #:mvn{:version "1.11.4"}
org.clojure/tools.cli #:mvn{:version "1.1.230"}
org.clojure/tools.logging #:mvn{:version "1.3.0"}
org.postgresql/postgresql #:mvn{:version "42.7.3"}
zprint/zprint #:mvn{:version "1.2.9"}}
:paths ["src/clj/" "src/cljc/" "resources/"]}
:paths ["src/clj/" "src/cljc/" "src/cljs/" "resources/"]}
146 changes: 0 additions & 146 deletions pom.xml

This file was deleted.

8 changes: 7 additions & 1 deletion project.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@
:name "com.taoensso/tempura"
:version "1.5.3"}]}
:frontend {:run-aliases [:browser-test :ltest]}
:publication {:as-lib org.clojars.hephaistox/automaton-core}}
:publication {:base-branch "main"
:clojars true
:excluded-aliases
[:antq :codox :env-development-repl :env-development-test :common-test :deploy]
:la-branch "la"
:pom-xml-license {:name "CC BY-NC 4.0"
:url "https://creativecommons.org/licenses/by-nc/4.0/deed.en"}}}
35 changes: 0 additions & 35 deletions src/clj/automaton_core/app/build_config.clj

This file was deleted.

17 changes: 0 additions & 17 deletions test/clj/automaton_core/app/build_config_test.clj

This file was deleted.

3 changes: 1 addition & 2 deletions version.edn
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
;; Last generated version, note a failed push consume a number
{:version "1.4.0"}
{:version "1.5.0"}

0 comments on commit ca439ac

Please sign in to comment.