I want to have a "smoke test" if our JBang scripts build. However, I just noticed that building mutliple files in one run is not possible. I thought, javac could do that; therefore, I assumed that jbang would do it too
Run jbang build --fresh jablib-examples/*.java
Unmatched argument at index 3: 'jablib-examples/ieee_pdf_references_to_bibtex.java'
Usage: jbang build -o [-hn] [--enable-preview] --fresh [--insecure] [--[no-]
I want to have a "smoke test" if our JBang scripts build. However, I just noticed that building mutliple files in one run is not possible. I thought,
javaccould do that; therefore, I assumed thatjbangwould do it too