2 files changed +1
-28
lines changed Original file line number Diff line number Diff line change 56
56
paths :
57
57
- " ~/.m2"
58
58
59
- ancient :
60
- << : *defaults
61
- steps :
62
- - checkout
63
-
64
- - restore_cache :
65
- keys :
66
- - v1-m2-{{ .Branch }}-{{ checksum "project.clj" }}
67
-
68
- - run : lein ancient :all
69
-
70
- - save_cache :
71
- key : v1-m2-{{ .Branch }}-{{ checksum "project.clj" }}
72
- paths :
73
- - " ~/.m2"
74
-
75
59
workflows :
76
60
version : 2
77
61
build_and_test :
@@ -81,13 +65,3 @@ workflows:
81
65
- test :
82
66
requires :
83
67
- build
84
- monthly_deps_check :
85
- jobs :
86
- - ancient
87
- triggers :
88
- - schedule :
89
- # At 11:43 on day-of-month 19
90
- cron : " 43 11 19 * *"
91
- filters :
92
- branches :
93
- only : master
Original file line number Diff line number Diff line change 7
7
[com.squareup.okio/okio-jvm " 3.4.0" ]
8
8
[com.segment.analytics.java/analytics " 3.5.0" ]]
9
9
:profiles {:dev {:dependencies [[bond " 0.2.6" ]]}}
10
- :plugins [[lein-ancient " 0.6.15" ]
11
- [lein-codox " 0.10.8" ]]
10
+ :plugins [[lein-codox " 0.10.8" ]]
12
11
:codox {:output-path " docs"
13
12
:namespaces [circleci.analytics-clj.core]})
0 commit comments