Skip to content

Commit e4d8f59

Browse files
authored
Merge pull request #179 from liquidz/dev
Next release
2 parents 31e1955 + 5435a87 commit e4d8f59

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
All notable changes to this project will be documented in this file. This change log follows the conventions of http://keepachangelog.com/[keepachangelog.com].
22

33
== Unreleased (dev)
4+
// {{{
5+
=== Fixed
6+
* Fixed build.clj to work `uberjar` correctly.
7+
// }}}
48

59
== 2.0.885 (2022-08-12)
610
// {{{

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
;; NOTE: To include org.slf4j/slf4j-nop
2626
:aliases [:nop]
2727
;; NOTE: does not contain src/leiningen
28-
:src-dirs ["src/antq"])
28+
:source-dirs ["src/antq"])
2929
(build-edn/uberjar)))
3030

3131
(defn install

0 commit comments

Comments
 (0)