We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As discussed here I installed vertx using brew, and it was missing the vertx-stack.json file.
vertx
brew
vertx-stack.json
The text was updated successfully, but these errors were encountered:
The distrib is downloaded from bintray, so the uploaded artifacts does not contain it
Sorry, something went wrong.
My bad, the distrib contains the vertx-stack.json file. The homebrew formula needs to be updated to include it:
https://github.com/Homebrew/homebrew-core/blob/master/Formula/vert.x.rb#L12
it should include vertx-stack.json.
No branches or pull requests
As discussed here I installed
vertx
usingbrew
, and it was missing thevertx-stack.json
file.The text was updated successfully, but these errors were encountered: