Skip to content

Commit

Permalink
Fix javadoc executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
gresrun committed Dec 30, 2021
1 parent 0f80a07 commit fb5f6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<configuration>
<javadocExecutable>${java.home}/../bin/javadoc</javadocExecutable>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit fb5f6e3

Please sign in to comment.