Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
macielti committed Nov 2, 2024
1 parent 19b8548 commit 524e1d9
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject net.clojars.macielti/common-clj "30.68.70"
(defproject net.clojars.macielti/common-clj "30.69.70"
:description "Just common Clojure code that I use across projects"
:url "https://github.com/macielti/common-clj"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down Expand Up @@ -62,22 +62,22 @@
[com.github.igrishaev/pg2-core "0.1.18"]
[com.github.igrishaev/pg2-migration "0.1.18"]]

:injections [(require 'hashp.core)]
:profiles {:dev {:resource-paths ["resources" "test/resources/"]

:resource-paths ["resources" "test/resources/"]
:test-paths ["test/unit" "test/integration" "test/helpers"]

:test-paths ["test/unit" "test/integration" "test/helpers"]
:injections [(require 'hashp.core)]

:aliases {"clean-ns" ["clojure-lsp" "clean-ns" "--dry"] ;; check if namespaces are clean
"format" ["clojure-lsp" "format" "--dry"] ;; check if namespaces are formatted
"diagnostics" ["clojure-lsp" "diagnostics"]
"lint" ["do" ["clean-ns"] ["format"] ["diagnostics"]]
"clean-ns-fix" ["clojure-lsp" "clean-ns"]
"format-fix" ["clojure-lsp" "format"]
"lint-fix" ["do" ["clean-ns-fix"] ["format-fix"]]
"outdated" ["with-profile" "antq" "run" "-m" "antq.core"]}
:aliases {"clean-ns" ["clojure-lsp" "clean-ns" "--dry"] ;; check if namespaces are clean
"format" ["clojure-lsp" "format" "--dry"] ;; check if namespaces are formatted
"diagnostics" ["clojure-lsp" "diagnostics"]
"lint" ["do" ["clean-ns"] ["format"] ["diagnostics"]]
"clean-ns-fix" ["clojure-lsp" "clean-ns"]
"format-fix" ["clojure-lsp" "format"]
"lint-fix" ["do" ["clean-ns-fix"] ["format-fix"]]
"outdated" ["with-profile" "antq" "run" "-m" "antq.core"]}
:repl-options {:init-ns common-clj.schema.core}}
:release {}}

:jvm-opts ^:replace ["--add-opens=java.base/java.nio=ALL-UNNAMED"
"--add-opens=java.base/sun.nio.ch=ALL-UNNAMED"]

:repl-options {:init-ns common-clj.schema.core})
"--add-opens=java.base/sun.nio.ch=ALL-UNNAMED"])
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 524e1d9

Please sign in to comment.