uschindler commented on code in PR #12753: URL: https://github.com/apache/lucene/pull/12753#discussion_r1501797823
########## gradle/documentation/render-javadoc.gradle: ########## @@ -423,7 +423,7 @@ class RenderJavadocTask extends DefaultTask { opts << [ '-linkoffline', url, dir ] } - opts << [ '--release', 17 ] + opts << [ '--release', 21 ] Review Comment: I think this should use the global Gradle property `minJavaVersion as String`. Not sure why it is hard coded here. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org