Skip to content

Commit fb5f6e3

Browse files
committed
Fix javadoc executable path
1 parent 0f80a07 commit fb5f6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<artifactId>maven-javadoc-plugin</artifactId>
208208
<version>2.10.4</version>
209209
<configuration>
210-
<javadocExecutable>${java.home}/../bin/javadoc</javadocExecutable>
210+
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
211211
</configuration>
212212
</plugin>
213213
<plugin>

0 commit comments

Comments
 (0)