Skip to content

Commit

Permalink
fix: user k16/metabuild
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Jan 20, 2023
1 parent 42bce77 commit c2d1273
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ clean:
rm -rf target

build: clean
clojure -T:build org.corfield.build/jar :lib {{library}} :version \"{{version}}\" :transitive true
clojure -T:meta run :alias lib :lib {{library}} :version \"{{version}}\"
mkdir -p {{assets_dir}}
cp target/*.jar {{assets_dir}}

release:
clojure -T:build org.corfield.build/deploy :repository \"{{maven_server}}\" :lib {{library}} :version \"{{version}}\"
clojure -T:meta deploy :repository \"{{maven_server}}\" :lib {{library}} :version \"{{version}}\"

repl *ARGS:
bin/launchpad --emacs dev {{ ARGS }}
Expand Down
18 changes: 0 additions & 18 deletions build.clj

This file was deleted.

8 changes: 5 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
org.clojure/tools.logging {:mvn/version "1.2.4"}}
:jvm-opts ["-Dclojure.tools.logging.factory=clojure.tools.logging.impl/slf4j-factory"]}

:lib {:k16/metabuild {:kind :jar}}

:meta {:deps {kepler16/metabuild {:mvn/version "0.3.9"}}
:ns-default k16.metabuild.api}

:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
Expand All @@ -30,7 +35,4 @@
:extra-deps {lambdaisland/kaocha {:mvn/version "1.70.1086"}}
:main-opts ["-m" "kaocha.runner"]}

:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.8.0" :git/sha "9bd8b8a"}}}

:shadow-cljs {:main-opts ["-m" "shadow.cljs.devtools.cli"]}}}

1 comment on commit c2d1273

@vercel
Copy link

@vercel vercel bot commented on c2d1273 Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gx – ./

gx-kepler16.vercel.app
gx-git-master-kepler16.vercel.app
gx.kepler16.com

Please sign in to comment.