snazy commented on code in PR #768:
URL: https://github.com/apache/polaris/pull/768#discussion_r1917047450


##########
quarkus/server/build.gradle.kts:
##########
@@ -61,6 +61,12 @@ tasks.named("distZip") { dependsOn("quarkusBuild") }
 
 tasks.named("distTar") { dependsOn("quarkusBuild") }
 
+tasks.named("javadoc") { enabled = false }

Review Comment:
   Better add a dummy java file in there. When we eventually publish Maven 
artifacts, the publication will fail without a javadoc and a sources jar.



##########
quarkus/server/build.gradle.kts:
##########
@@ -61,6 +61,12 @@ tasks.named("distZip") { dependsOn("quarkusBuild") }
 
 tasks.named("distTar") { dependsOn("quarkusBuild") }
 
+tasks.named("javadoc") { enabled = false }

Review Comment:
   I see you added a package-info.java - that should be enough.
   Maybe you have to tell javadoc to not fail on errors (different attribute)



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