Skip to content

Commit

Permalink
Use the java.home path for the javadoc executable. This works around …
Browse files Browse the repository at this point in the history
…issues when the JAVA_HOME environment variable is not set.
  • Loading branch information
jamezp committed Jan 28, 2021
1 parent 4b94ac1 commit 61f31b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doclint>none</doclint>
<javadocExecutable>${java.home}${file.separator}bin</javadocExecutable>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 61f31b4

Please sign in to comment.