File tree 2 files changed +26
-3
lines changed
2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change
1
+ language : clojure
2
+
3
+ jdk :
4
+ - openjdk8
5
+
6
+ script :
7
+ - lein travis
Original file line number Diff line number Diff line change 2
2
:description " A simple tools for measure java processes heap memory and cpu usage"
3
3
:url " "
4
4
:license {:name " Apache License, Version 2.0" :url " http://www.apache.org/licenses/LICENSE-2.0.html" }
5
+
5
6
:dependencies [
6
- [rm-hull/table " 0.7.0" ]
7
- [org.clojure/clojure " 1.10.1" ]]
7
+ [org.clojure/clojure " 1.10.1" ]
8
+ [rm-hull/table " 0.7.0" ]]
9
+
8
10
:repl-options {:init-ns jps-stat.jpscore}
11
+
12
+ :plugins [[lein-cljfmt " 0.5.6" ]
13
+ [lein-ancient " 0.6.15" :exclusions [org.clojure/clojure]]
14
+ [lein-tag " 0.1.0" ]
15
+ [lein-set-version " 0.3.0" ]]
16
+
17
+
9
18
; supporting graalvm --no-fallback
10
19
:jvm-opts [" -Dclojure.compiler.direct-linking=true" ]
20
+
11
21
:main jps-stat.jpscore
12
- :aot [jps-stat.jpscore])
22
+
23
+ :aot [jps-stat.jpscore]
24
+
25
+ :aliases {
26
+ " travis" [" cljfmt" " check" ]
27
+ }
28
+ )
You can’t perform that action at this time.
0 commit comments