mocobeta commented on a change in pull request #1522: URL: https://github.com/apache/lucene-solr/pull/1522#discussion_r426143823
########## File path: build.gradle ########## @@ -134,3 +134,4 @@ apply from: file('gradle/ant-compat/forbidden-api-rules-in-sync.gradle') apply from: file('gradle/documentation/documentation.gradle') apply from: file('gradle/documentation/changes-to-html.gradle') apply from: file('gradle/render-javadoc.gradle') +apply from: file('gradle/validation/documentation-lint.gradle') // should be placed here; needs to be evaluated after documentation.gradle Review comment: With lazy evaluation for 'docroot', the evaluation order does not matter so I moved this line to proper location. (I clearly missed the comment "The order of inclusion of these files shouldn't matter".) ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org