Skip to content

Commit

Permalink
fix: Update doclet to latest version (#499)
Browse files Browse the repository at this point in the history
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-shared-config/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the [samples format](
https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
  • Loading branch information
lqiu96 committed Jul 27, 2022
1 parent a6b3e05 commit 38fb7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -694,7 +694,7 @@
</activation>
<properties>
<!-- default config values -->
<docletName>java-docfx-doclet-1.5.0</docletName>
<docletName>java-docfx-doclet-1.6.0</docletName>
<docletPath>${env.KOKORO_GFILE_DIR}/${docletName}.jar</docletPath>
<outputpath>${project.build.directory}/docfx-yml</outputpath>
<projectname>${project.artifactId}</projectname>
Expand Down

0 comments on commit 38fb7c3

Please sign in to comment.