Skip to content

Commit 3fd0350

Browse files
authored
fix: update doclet version (#332)
bumps java-docfx-doclet version to incorporate new doclet [updates](https://github.com/googleapis/java-docfx-doclet/releases/tag/1.3.0)
1 parent 1e6fd24 commit 3fd0350

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
@@ -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.1.jar</docletPath>
702+
<docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.3.0.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)