dweiss commented on a change in pull request #1304: LUCENE-9242: generate 
javadocs by calling Ant javadoc task
URL: https://github.com/apache/lucene-solr/pull/1304#discussion_r389674104
 
 

 ##########
 File path: gradle/validation/missing-docs-check.gradle
 ##########
 @@ -34,8 +34,9 @@ allprojects {
         ':lucene:spatial3d',
     ]
 
-    task checkMissingDocsDefault(type: CheckMissingDocsTask, dependsOn: 
'javadoc') {
-      dirs += [ project.javadoc.destinationDir ]
+    task checkMissingDocsDefault(type: CheckMissingDocsTask, dependsOn: 
'renderJavadoc') {
+      //dirs += [ project.javadoc.destinationDir ]
 
 Review comment:
   Remove the commented bit maybe?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to