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
Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module. #1270
I received errors. The most common error which seems to be the most problematic error gives this message:
Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
Steps to Reproduce (for bugs)
Open terminal in macOS
Change directory to the "aws-sdk-java-v2-master" folder
type
mvn javadoc:javadoc -e -X
Context
I am trying to install documentation.
Your Environment
AWS Java SDK version used: v2
JDK version used: 12.0.1
Operating System and version: macOS Mojave Version 10.14.5