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
We want to skip the javadoc warnings for this module, since Jakarta Expression Language API is using proper modules,
30
+
resulting in a warning like:
31
+
[INFO] No previous run data found, generating javadoc.
32
+
[WARNING] Javadoc Warnings
33
+
[WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://jakarta.ee/specifications/expression-language/6.0/apidocs/ are in named modules.
34
+
[WARNING] 1 warning
35
+
when trying to build this module. Since it cannot be suppressed, but the generated docs are actually OK
36
+
and links point to correct addresses, we just ignore all warnings for this module.
0 commit comments