You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2022/09/29 16:02:48 UTC

[GitHub] [thrift] ctubbsii commented on a diff in pull request #2686: THRIFT-5644: java to use jdk 17

ctubbsii commented on code in PR #2686:
URL: https://github.com/apache/thrift/pull/2686#discussion_r983733172


##########
lib/java/gradle/sourceConfiguration.gradle:
##########
@@ -53,13 +53,6 @@ tasks.withType(JavaCompile).configureEach {
     ]
 }
 
-tasks.withType(Javadoc) {
-    failOnError false
-    options.addStringOption('Xdoclint:none', '-quiet')
-    options.addStringOption('encoding', 'UTF-8')
-    options.addStringOption('charSet', 'UTF-8')
-}
-

Review Comment:
   Why not keep this?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org