Skip to content

Commit 95067b2

Browse files
committed
Fix docs build by adding to :aliases-as-optional-deps
Adding missing dependencies (BYOD) so the cljdoc build works correctly.
1 parent bf4e20b commit 95067b2

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Unreleased
22

3-
## Added
4-
53
## Fixed
64

7-
## Changed
5+
* Fix Cljdoc build.
86

97
# 1.16.98 (2022-07-26 / d50528d)
108

@@ -128,4 +126,4 @@
128126

129127
# 0.0-7 (2018-10-31 / 163d219)
130128

131-
First release.
129+
First release.

bin/proj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
(ns proj (:require [lioss.main :as lioss]))
44

55
(lioss/main
6-
{:license :epl
7-
:inception-year 2018
8-
:group-id "lambdaisland"
9-
:description "Code coverage plugin for Kaocha based on Cloverage"})
6+
{:license :epl
7+
:inception-year 2018
8+
:group-id "lambdaisland"
9+
:description "Code coverage plugin for Kaocha based on Cloverage"
10+
:aliases-as-optional-deps [:test]})
1011

1112
;; Local Variables:
1213
;; mode:clojure

0 commit comments

Comments
 (0)