Skip to content

Commit

Permalink
fix: update doclet version (#332)
Browse files Browse the repository at this point in the history
bumps java-docfx-doclet version to incorporate new doclet [updates](https://github.com/googleapis/java-docfx-doclet/releases/tag/1.3.0)
  • Loading branch information
eaball35 committed Oct 12, 2021
1 parent 1e6fd24 commit 3fd0350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -699,7 +699,7 @@
<configuration>
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
<useStandardDocletOptions>false</useStandardDocletOptions>
<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>
<additionalOptions>-outputpath ${project.build.directory}/docfx-yml -projectname ${project.artifactId}</additionalOptions>
<doclint>none</doclint>
<show>protected</show>
Expand Down

0 comments on commit 3fd0350

Please sign in to comment.