volosied commented on PR #268: URL: https://github.com/apache/myfaces/pull/268#issuecomment-1149409055
No idea what I'm doing wrong. I keep getting javadoc errors. I can't find 1.8.0_312 specifically, but the two JDKs below both gave me the same javadoc errors.... :/ I'm also using Mac OS, but I didn't have any trouble with the other releases. ``` openjdk version "1.8.0_292" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_292-b10) OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.292-b10, mixed mode) ``` [ERROR] Exit code: 1 - ~/open-source/myfaces/api/src/main/java/javax/faces/context/ExternalContext.java:43: warning: no description for @param [ERROR] * @param name [ERROR] ^ .... ``` openjdk version "1.8.0_322" OpenJDK Runtime Environment (build 1.8.0_322-bre_2022_02_28_15_01-b00) OpenJDK 64-Bit Server VM (build 25.322-b00, mixed mode) ``` myfaces-api: MavenReportException: Error while creating archive: [ERROR] Exit code: 1 - ~/open-source/myfaces/api/src/main/java/javax/faces/context/ExternalContext.java:43: warning: no description for @param [ERROR] * @param name .... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
