janhoy commented on code in PR #2387:
URL: https://github.com/apache/solr/pull/2387#discussion_r1549333462
##########
gradle/documentation/render-javadoc.gradle:
##########
@@ -370,7 +370,7 @@ class RenderJavadocTask extends DefaultTask {
opts << [ '-linkoffline', url, dir ]
}
- opts << [ '--release', 11 ]
+ opts << [ '--release', project.minJavaVersion.toString() ]
Review Comment:
That's correct, each project wil have this variable set, so javadoc for
SolrJ will use 11 while core may use 17 eventually.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]