mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-01-30 07:56:02 -05:00
Update project.clj
This commit is contained in:
parent
dc9997b4af
commit
690e2b21cd
10
project.clj
10
project.clj
@ -25,16 +25,20 @@
|
|||||||
com.sun.jmdk/jmxtools
|
com.sun.jmdk/jmxtools
|
||||||
com.sun.jmx/jmxri]]
|
com.sun.jmx/jmxri]]
|
||||||
;; Make RSS/Atom feeds
|
;; Make RSS/Atom feeds
|
||||||
[clj-rss "0.2.7"]]
|
;[clj-rss "0.2.7"]
|
||||||
|
]
|
||||||
:plugins [;; DEV TOOLS
|
:plugins [;; DEV TOOLS
|
||||||
;;; Check idiomatic bug
|
;;; Check idiomatic bug
|
||||||
[lein-kibit "0.1.7"]
|
[lein-kibit "0.1.7"]
|
||||||
;;; Check format
|
;;; Check format
|
||||||
[lein-cljfmt "0.6.4"]]
|
[lein-cljfmt "0.6.4"]
|
||||||
|
[lein-shell "0.5.0"]]
|
||||||
;; ALIAS
|
;; ALIAS
|
||||||
:aliases {"check-idiomatic" ["kibit" "src"]
|
:aliases {"check-idiomatic" ["kibit" "src"]
|
||||||
"check-format" ["cljfmt" "check"]
|
"check-format" ["cljfmt" "check"]
|
||||||
"fix-format" ["cljfmt" "fix"]}
|
"fix-format" ["cljfmt" "fix"]
|
||||||
|
"native" ["shell" "native-image" "--report-unsupported-elements-at-runtime" "-jar" "./target/${:uberjar-name:-${:name}-${:version}-standalone.jar}" "-H:Name=./target/${:name}"]
|
||||||
|
}
|
||||||
;; LEIN
|
;; LEIN
|
||||||
:main ^:skip-aot rsspaper.core
|
:main ^:skip-aot rsspaper.core
|
||||||
:aot [rsspaper.core]
|
:aot [rsspaper.core]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user