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
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Hi, I'm trying to use the
build -directory
option. I have tried in different ways without success, for example:java -jar SkyDocs.jar build -directory C:\test\
orjava -jar SkyDocs.jar build -d C:\test\
[also with quotes in the directory name].And always get the
Usage message: <main class> [options]
showing the default directory where it finally generates the build.How is the correct way to indicate that the build will make in a different directory than the current one [default]?
Thanks, Bernardo.
The text was updated successfully, but these errors were encountered: