Skip to content

Commit

Permalink
Updating build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Pedro Monetta Sanchez authored and Juan Pedro Monetta Sanchez committed Apr 10, 2023
1 parent 9c4e9d9 commit 535f147
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
((clojure-mode . ((cider-clojure-cli-aliases . "dev:dev-tools:")
((clojure-mode . ((cider-clojure-cli-aliases . "dev:dev-tools:storm")
(clojure-dev-menu-name . "flow-storm-dev-menu"))))
6 changes: 4 additions & 2 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
(defn jar-dbg [_]
(clean nil)
(let [lib 'com.github.jpmonettas/flow-storm-dbg
version (format "3.3.%s" (b/git-count-revs nil))
;;version (format "3.4.%s" (b/git-count-revs nil))
version (format "3.4-beta-1" (b/git-count-revs nil))
basis (b/create-basis {:project "deps.edn"
:aliases []})
jar-file (format "target/%s.jar" (name lib))
Expand All @@ -173,7 +174,8 @@
(defn jar-inst [_]
(clean nil)
(let [lib 'com.github.jpmonettas/flow-storm-inst
version (format "3.3.%s" (b/git-count-revs nil))
;;version (format "3.4.%s" (b/git-count-revs nil))
version (format "3.4-beta-1" (b/git-count-revs nil))
basis (b/create-basis {:project "deps.edn"
:aliases []})
jar-file (format "target/%s.jar" (name lib))
Expand Down

0 comments on commit 535f147

Please sign in to comment.