|
1 | | -{:deps {org.clojure/clojure {:mvn/version "1.12.5"} |
2 | | - org.antlr/antlr4-runtime {:mvn/version "4.13.2"} |
3 | | - org.flatland/ordered {:mvn/version "1.15.12"} |
4 | | - org.clojure/data.json {:mvn/version "2.5.2"}} |
| 1 | +{:deps {org.clojure/clojure {:mvn/version "1.12.5"} |
| 2 | + org.antlr/antlr4-runtime {:mvn/version "4.13.2"} |
| 3 | + org.flatland/ordered {:mvn/version "1.15.12"} |
| 4 | + org.clojure/data.json {:mvn/version "2.5.2"} |
| 5 | + better-cond/better-cond {:mvn/version "2.1.5"}} |
5 | 6 | :paths ["src" "resources" "target/classes"] |
6 | 7 |
|
7 | 8 | :deps/prep-lib |
8 | 9 | {:ensure "target/classes" |
9 | | - :alias :build |
10 | | - :fn compile-java} |
| 10 | + :alias :build |
| 11 | + :fn compile-java} |
11 | 12 | :aliases |
12 | 13 | {:dev |
13 | | - {:extra-deps {criterium/criterium {:mvn/version "0.4.6"} |
14 | | - org.clojure/core.async {:mvn/version "1.9.865"} |
15 | | - expound/expound {:mvn/version "0.9.0"} |
16 | | - joda-time/joda-time {:mvn/version "2.14.2"} |
17 | | - com.walmartlabs/test-reporting {:mvn/version "1.2"} |
18 | | - io.github.hlship/trace {:mvn/version "1.4"} |
19 | | - io.pedestal/pedestal.log {:mvn/version "0.8.1"} |
20 | | - org.clojure/test.check {:mvn/version "1.1.3"} |
21 | | - org.clojure/data.csv {:mvn/version "1.1.1"} |
22 | | - org.clojure/tools.cli {:mvn/version "1.4.256"} |
23 | | - com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.7.0"}} |
24 | | - :jvm-opts ["-Xmx1g" |
25 | | - "-Xms1g" |
26 | | - "-XX:NewSize=200m" |
27 | | - "-XX:MaxNewSize=500m" |
28 | | - "-XX:-OmitStackTraceInFastThrow" |
29 | | - "-XX:+UnlockDiagnosticVMOptions" |
30 | | - "-XX:+DebugNonSafepoints" |
31 | | - "-XX:FlightRecorderOptions=stackdepth=256" |
32 | | - "-Djdk.attach.allowAttachSelf" |
33 | | - "-Dapple.awt.UIElement=true"] |
| 14 | + {:extra-deps {criterium/criterium {:mvn/version "0.4.6"} |
| 15 | + org.clj-commons/pretty {:mvn/version "3.8.0"} |
| 16 | + io.github.tonsky/clj-reload {:mvn/version "1.0.0"} |
| 17 | + org.clojure/core.async {:mvn/version "1.9.865"} |
| 18 | + expound/expound {:mvn/version "0.9.0"} |
| 19 | + joda-time/joda-time {:mvn/version "2.14.2"} |
| 20 | + com.walmartlabs/test-reporting {:mvn/version "1.2"} |
| 21 | + io.github.hlship/trace {:mvn/version "1.4"} |
| 22 | + io.pedestal/pedestal.log {:mvn/version "0.8.1"} |
| 23 | + org.clojure/test.check {:mvn/version "1.1.3"} |
| 24 | + org.clojure/data.csv {:mvn/version "1.1.1"} |
| 25 | + org.clojure/tools.cli {:mvn/version "1.4.256"} |
| 26 | + com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.7.0"}} |
| 27 | + :jvm-opts ["-Xmx1g" |
| 28 | + "-Xms1g" |
| 29 | + "-XX:NewSize=200m" |
| 30 | + "-XX:MaxNewSize=500m" |
| 31 | + "-XX:-OmitStackTraceInFastThrow" |
| 32 | + "-XX:+UnlockDiagnosticVMOptions" |
| 33 | + "-XX:+DebugNonSafepoints" |
| 34 | + "-XX:FlightRecorderOptions=stackdepth=256" |
| 35 | + "-Djdk.attach.allowAttachSelf" |
| 36 | + "-Dapple.awt.UIElement=true"] |
34 | 37 | :extra-paths ["test" "dev-resources"]} |
35 | 38 |
|
36 | 39 | :clojure-11 {} |
|
55 | 58 |
|
56 | 59 | ;; clj -T:build <command> |
57 | 60 | :build {:deps {io.github.hlship/build-tools |
58 | | - {:git/tag "0.12.1" :git/sha "05f3ae"}} |
| 61 | + {:git/tag "0.12.1" :git/sha "05f3ae"} |
| 62 | + clj-kondo/clj-kondo {:mvn/version "2026.04.15"} |
| 63 | + org.clj-commons/pretty {:mvn/version "3.8.0"}} |
59 | 64 | :ns-default build}} |
60 | 65 | :net.lewisship.build/scm |
61 | 66 | {:license :asl} |
|
0 commit comments