Skip to content
New issue

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

gem-maven-plugin uses the deprecated "--no-rdoc" command #116

Open
Riduidel opened this issue Dec 17, 2020 · 4 comments
Open

gem-maven-plugin uses the deprecated "--no-rdoc" command #116

Riduidel opened this issue Dec 17, 2020 · 4 comments

Comments

@Riduidel
Copy link

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`.
@Riduidel
Copy link
Author

Seems to have been introduced in "recent" JRuby version ... (build fails with JRuby>=9.2.10.0)

@deivid-rodriguez
Copy link
Contributor

This was fixed by #106, but it's not yet released.

@deivid-rodriguez
Copy link
Contributor

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.

@deivid-rodriguez
Copy link
Contributor

This can be closed in any case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants