zabetak commented on code in PR #3278:
URL: https://github.com/apache/calcite/pull/3278#discussion_r1241095052
##########
build.gradle.kts:
##########
@@ -202,6 +202,7 @@ val javadocAggregateIncludingTests by
tasks.registering(Javadoc::class) {
description = "Generates aggregate javadoc for all the artifacts"
val sourceSets = subprojects
+ .filter { it.name != "bom" }
Review Comment:
I prefer to keep it as is. Thanks for taking a look!
--
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]