Skip to content

Commit 58b39c0

Browse files
authored
chore: update cloud rad doclet (#329)
1 parent 4f82a91 commit 58b39c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api-common-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ task javadocCombinedV3(type: Javadoc) {
353353
options.addStringOption('encoding', 'UTF-8')
354354
options.addStringOption("doclet", "com.microsoft.doclet.DocFxDoclet")
355355
options.addStringOption("projectname", "api-common")
356-
options.docletpath = [file(System.getenv('KOKORO_GFILE_DIR') + "/java-docfx-doclet-1.4.0.jar")]
356+
options.docletpath = [file(System.getenv('KOKORO_GFILE_DIR') + "/java-docfx-doclet-1.5.0.jar")]
357357
// Newer Gradle 6 passes -notimestamp by default, which the doclet above doesn't understand:
358358
// https://github.com/gradle/gradle/issues/11898
359359
options.noTimestamp false

0 commit comments

Comments
 (0)