You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/11/21 06:00:47 UTC

[GitHub] [calcite-avatica] vlsi commented on a change in pull request #117: Add gradle task 'aggregateJavadocIncludingTests' that builds javadoc for both main and test

vlsi commented on a change in pull request #117: Add gradle task 'aggregateJavadocIncludingTests' that builds javadoc for both main and test
URL: https://github.com/apache/calcite-avatica/pull/117#discussion_r348905632
 
 

 ##########
 File path: build.gradle.kts
 ##########
 @@ -169,6 +169,19 @@ val javadocAggregate by tasks.registering(Javadoc::class) {
     setDestinationDir(file("$buildDir/docs/javadocAggregate"))
 }
 
+val javadocAggregateIncludingTests by tasks.registering(Javadoc::class) {
+    group = JavaBasePlugin.DOCUMENTATION_GROUP
 
 Review comment:
   I would suggest to keep `group` to be `null` so the task does not show up in the default `gradlew tasks` output. I suggest keep only the very important tasks in the default output.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services