Skip to content

Commit

Permalink
chore: update java docfx doclet (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaball35 committed Sep 16, 2021
1 parent 0ce8467 commit 86954f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -719,7 +719,7 @@
<configuration>
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
<useStandardDocletOptions>false</useStandardDocletOptions>
<docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.1.1.jar</docletPath>
<docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.2.0.jar</docletPath>
<additionalOptions>
-outputpath ${project.build.directory}/docfx-yml
-projectname ${artifactId}
Expand Down

0 comments on commit 86954f8

Please sign in to comment.