Skip to content

Commit

Permalink
add lein-aot-order plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jana-fischer committed May 31, 2023
1 parent 789970e commit 82a33ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
:dependencies [[javax.servlet/servlet-api "2.5"]
[ring/ring-mock "0.4.0"]
[nrepl/nrepl "0.6.0"]]
:aot :all}
:plugins [[lein-aot-order "0.1.0"]]
:aot :order}
:dev {:main conexp.main
:dependencies [[javax.servlet/servlet-api "2.5"]
[ring/ring-mock "0.4.0"]
Expand Down

0 comments on commit 82a33ef

Please sign in to comment.