fix build/jar to call write-pom without arguments

This commit is contained in:
Kristin Rutenkolk 2024-06-27 14:40:28 +02:00
parent ef1dcfb6d0
commit 6fc0101914

View file

@ -92,7 +92,7 @@
"Generates a `coffi.jar` file in the `target/` directory.
This is a thin jar including only the sources."
[opts]
(write-pom opts)
(write-pom)
(compile-java)
(copy-resources)
(when-not (exists? target-dir jar-file)