Skip to content

Commit dd7f6e0

Browse files
authored
fix: update java docfx doclet version (#312)
- https://github.com/googleapis/java-docfx-doclet/releases/tag/1.2.0 - Adds status field and package-summary
1 parent 71faea3 commit dd7f6e0

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

0 commit comments

Comments
 (0)