Skip to content

Commit 07af07c

Browse files
authored
fix: update java-docfx-doclet version (#315)
Fixes b/200689560
1 parent 925a82f commit 07af07c

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
@@ -699,7 +699,7 @@
699699
<configuration>
700700
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
701701
<useStandardDocletOptions>false</useStandardDocletOptions>
702-
<docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.2.0.jar</docletPath>
702+
<docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.2.1.jar</docletPath>
703703
<additionalOptions>-outputpath ${project.build.directory}/docfx-yml -projectname ${project.artifactId}</additionalOptions>
704704
<doclint>none</doclint>
705705
<show>protected</show>

0 commit comments

Comments
 (0)