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
In Travis CI, the Javadoc warning of JDK 8 became Error in JDK 11.
Note that Error does not occur in Windows 10 local build.
Possible Solutions
Fix Javadoc Errors.
Note
JDK 11.0.2+9-1 errors...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:jar (javadoc-jar) on project terasoluna-gfw-common: MavenReportException: Error while creating archive: [ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.[ERROR] [ERROR] Command line was: /home/travis/openjdk11/bin/javadoc @options @packages[ERROR] [ERROR] Refer to the generated Javadoc files in '/home/travis/build/terasolunaorg/terasoluna-gfw/terasoluna-gfw-common-libraries/terasoluna-gfw-common/target/apidocs' dir.
Description
In Travis CI, the Javadoc warning of JDK 8 became Error in JDK 11.
Note that Error does not occur in Windows 10 local build.
Possible Solutions
Fix Javadoc Errors.
Note
JDK 11.0.2+9-1 errors...
Related https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920020 ?
Temporary, skip create javadoc on JDK11.
Affects Version/s
Fix Version/s
Issue Links
The text was updated successfully, but these errors were encountered: