You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i have a question:
After universal:packageZipTarball I have archive target/universal/myProject-1.0.8.tgz.
How can I change name of tgz archive? For example target/universal/myArchive.tgz
The text was updated successfully, but these errors were encountered:
However I would not really recommend this. Usually you should depend on that task and get the FIle value from the universal:packageZipTarball task instead of relying on side-effecting IO writes.
Hi, i have a question:
After
universal:packageZipTarball
I have archivetarget/universal/myProject-1.0.8.tgz
.How can I change name of tgz archive? For example
target/universal/myArchive.tgz
The text was updated successfully, but these errors were encountered: