Skip to content

Commit

Permalink
[MJAVADOC-820] [REGRESSION] MJAVADOC-787 was merged incompletely
Browse files Browse the repository at this point in the history
This closes #333
  • Loading branch information
laurentgo authored and michael-o committed Oct 30, 2024
1 parent d1090c5 commit 62a6861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ under the License.
<jetty.version>9.4.55.v20240627</jetty.version>
<version.plexus-utils>4.0.2</version.plexus-utils>
<!-- for ITs -->
<compilerPluginVersion>3.11.0</compilerPluginVersion>
<compilerPluginVersion>3.13.0</compilerPluginVersion>
<sourcePluginVersion>3.3.0</sourcePluginVersion>
<enforcerPluginVersion>3.4.1</enforcerPluginVersion>
<pluginPluginVersion>3.15.0</pluginPluginVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4625,7 +4625,7 @@ private void addJavadocOptions(
addArgIf(arguments, quiet, "-quiet", SINCE_JAVADOC_1_5);
}

if (release != null) {
if (javadocRuntimeVersion.isAtLeast("9") && release != null) {
arguments.add("--release");
arguments.add(release);
} else {
Expand Down

0 comments on commit 62a6861

Please sign in to comment.