fix build/jar to call write-pom without arguments
This commit is contained in:
parent
ef1dcfb6d0
commit
6fc0101914
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
||||||
"Generates a `coffi.jar` file in the `target/` directory.
|
"Generates a `coffi.jar` file in the `target/` directory.
|
||||||
This is a thin jar including only the sources."
|
This is a thin jar including only the sources."
|
||||||
[opts]
|
[opts]
|
||||||
(write-pom opts)
|
(write-pom)
|
||||||
(compile-java)
|
(compile-java)
|
||||||
(copy-resources)
|
(copy-resources)
|
||||||
(when-not (exists? target-dir jar-file)
|
(when-not (exists? target-dir jar-file)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue