-
Notifications
You must be signed in to change notification settings - Fork 3
javadoc: error - invalid flag: -d #13
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
Comments
I'm having the exact same problem. EDIT: it might be due to using Java 9 (see this issue). |
I am using Java 11. |
I got javadoc-coverage to work by using it within a Java 8 environment (I also usually use Java 11). |
Hello guys, sorry for the late reply, but I'm been very busy these days. |
Tried using javadoc-coverage with gradle as per the steps in the README.
Get the following error :
javadoc: error - invalid flag: -d
Note: Running javdaoc without the coverage doclet works fine.
Is this a known issue? Couldn't find much support elsewhere.
The text was updated successfully, but these errors were encountered: