dsmiley commented on code in PR #4009:
URL: https://github.com/apache/solr/pull/4009#discussion_r2667024837
##########
gradle/documentation/render-javadoc.gradle:
##########
@@ -316,14 +321,23 @@ class RenderJavadocTask extends DefaultTask {
outputDir.mkdirs();
def opts = []
- opts << [ '-overview', project.file("${srcDirs[0]}/overview.html") ]
- opts << [ '-sourcepath', srcDirs.join(File.pathSeparator) ]
- opts << [ '-subpackages', 'org.apache.solr' ]
- opts << [ '-d', outputDir ]
+ opts << [
+ '-overview',
+ project.file("${srcDirs[0]}/overview.html")
+ ]
+ opts << [
+ '-sourcepath',
+ srcDirs.join(File.pathSeparator)
+ ]
+ opts << [
+ '-subpackages',
+ 'org.apache.solr'
+ ]
Review Comment:
Makes no sense to me -- which is sad because one would expect consistency to
be a virtue of a formatter
--
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]