provisio
provisio copied to clipboard
Possible to refer to archives built in other modules?
Hi,
I have the following problem:
Project A creates a ZIP archive with a Graal Native Image included
Now, the idea is that project B takes that archive and unpacks it in its runtime descriptor. But how to refer to the ZIP archive created in Project A?
Is this possible at all?
Thanks in advance!