Skip to content

Commit

Permalink
fix javadocExecutable for maven on Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Jun 26, 2020
1 parent 461f71f commit 4763c66
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 @@ -115,7 +115,7 @@
</execution>
</executions>
<configuration>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable> <!-- if command not found due to looking in jre (e.g. "jdk1.8.0_241/jre/bin/javadoc"), try disabling this line -->
<!-- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable> &lt;!&ndash; if command not found due to looking in jre (e.g. "jdk1.8.0_241/jre/bin/javadoc"), try disabling this line &ndash;&gt;-->
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 4763c66

Please sign in to comment.