We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f82a91 commit 58b39c0Copy full SHA for 58b39c0
1 file changed
api-common-java/build.gradle
@@ -353,7 +353,7 @@ task javadocCombinedV3(type: Javadoc) {
353
options.addStringOption('encoding', 'UTF-8')
354
options.addStringOption("doclet", "com.microsoft.doclet.DocFxDoclet")
355
options.addStringOption("projectname", "api-common")
356
- options.docletpath = [file(System.getenv('KOKORO_GFILE_DIR') + "/java-docfx-doclet-1.4.0.jar")]
+ options.docletpath = [file(System.getenv('KOKORO_GFILE_DIR') + "/java-docfx-doclet-1.5.0.jar")]
357
// Newer Gradle 6 passes -notimestamp by default, which the doclet above doesn't understand:
358
// https://github.com/gradle/gradle/issues/11898
359
options.noTimestamp false
0 commit comments