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
When running the initialize command, I get the following error message
[WARNING] ERROR: While executing gem ... (OptionParser::InvalidOption)
invalid option: --no-rdoc```
According to https://github.com/rubygems/heroku-buildpack-bundler2/pull/1#issuecomment-451654992, it seems like the `--no-rdoc` flag is deprecated and should be replaced by `--no-document`.
The text was updated successfully, but these errors were encountered:
It has been released now as gem-maven-plugin 2.0.0. However, I think we accidentally drop support for Java 8, so depending on the Java you're using, it might not do the trick for you. I expect to fix that on #119.
When running the initialize command, I get the following error message
The text was updated successfully, but these errors were encountered: