Skip to content

Commit 7fe7fa3

Browse files
committed
ci: fix incorrect call to build api's pom-path
1 parent 363ecf4 commit 7fe7fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
[_]
6868
(dd/deploy {:installer :remote
6969
:artifact jar-file
70-
:pom-file (b/pom-path lib :class-dir class-dir)}))
70+
:pom-file (b/pom-path {:lib lib :class-dir class-dir})}))
7171

7272
(defn project-lib
7373
"Returns project groupid/artifactid"

0 commit comments

Comments
 (0)