Skip to content

Commit

Permalink
Revert "fix: updated path in pom"
Browse files Browse the repository at this point in the history
This reverts commit 93e8b40.
  • Loading branch information
eaball35 committed Jan 21, 2021
1 parent 610370f commit 7ff183f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -679,7 +679,7 @@
<configuration>
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
<useStandardDocletOptions>false</useStandardDocletOptions>
<docletPath>${env.KOKORO_GFILE_DIR}/docfx-doclet-1.0-SNAPSHOT-jar-with-dependencies-143274.jar</docletPath>
<docletPath>${KOKORO_GFILE_DIR}/docfx-doclet-1.0-SNAPSHOT-jar-with-dependencies-143274.jar</docletPath>
<additionalOptions>-outputpath ${project.build.directory}/docfx-yml</additionalOptions>
<doclint>none</doclint>
<show>protected</show>
Expand Down

0 comments on commit 7ff183f

Please sign in to comment.