We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928dd04 commit 5557148Copy full SHA for 5557148
1 file changed
pom.xml
@@ -497,7 +497,7 @@
497
<configuration>
498
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
499
<useStandardDocletOptions>false</useStandardDocletOptions>
500
- <docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.2.1.jar</docletPath>
+ <docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.3.0.jar</docletPath>
501
<additionalOptions>-outputpath ${project.build.directory}/docfx-yml -projectname ${artifactId}</additionalOptions>
502
<doclint>none</doclint>
503
<show>protected</show>
0 commit comments