Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit d809857

Browse files
authored
chore: update doclet version (#265)
1 parent 83490ed commit d809857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ task javadocCombinedV3(type: Javadoc) {
346346
options.addStringOption('encoding', 'UTF-8')
347347
options.addStringOption("doclet", "com.microsoft.doclet.DocFxDoclet")
348348
options.addStringOption("projectname", "api-common")
349-
options.docletpath = [file(System.getenv('KOKORO_GFILE_DIR') + "/java-docfx-doclet-1.0.jar")]
349+
options.docletpath = [file(System.getenv('KOKORO_GFILE_DIR') + "/java-docfx-doclet-1.1.1.jar")]
350350
}
351351

352352
clean {

0 commit comments

Comments
 (0)