dimas-b commented on code in PR #1034:
URL: https://github.com/apache/polaris/pull/1034#discussion_r1964629302


##########
build-logic/src/main/kotlin/polaris-java.gradle.kts:
##########
@@ -204,6 +204,9 @@ tasks.withType<Javadoc>().configureEach {
   val opt = options as CoreJavadocOptions
   // don't spam log w/ "warning: no @param/@return"
   opt.addStringOption("Xdoclint:-reference", "-quiet")
+  if (plugins.hasPlugin("org.kordamp.gradle.jandex")) {
+    dependsOn("jandex")

Review Comment:
   Why does javadoc have to depend on jandex? Should it not be the task that 
packages the jar?



-- 
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]

Reply via email to