Skip to content

Commit fe27670

Browse files
authored
chore: update doclet version (#1015)
* chore: update doclet version * chore: update java-docfx-doclet version
1 parent 090f823 commit fe27670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
<configuration>
283283
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
284284
<useStandardDocletOptions>false</useStandardDocletOptions>
285-
<docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.1.1.jar</docletPath>
285+
<docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.2.1.jar</docletPath>
286286
<additionalOptions>
287287
-outputpath ${project.build.directory}/docfx-yml
288288
-projectname ${artifactId}

0 commit comments

Comments
 (0)