Skip to content

Commit

Permalink
Remove the hack to get the JavaDoc plugin to work without the JAVA_HO…
Browse files Browse the repository at this point in the history
…ME being set.
  • Loading branch information
jamezp committed Aug 24, 2021
1 parent 2e2557b commit 5c27985
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!-- Using this doesn't require the JAVA_HOME to be set -->
<javadocExecutable>${java.home}${file.separator}bin</javadocExecutable>
<!-- Set the source to 8 as that is the target, but allows this to be compiled with new versions
of Java.
-->
Expand Down

0 comments on commit 5c27985

Please sign in to comment.