uschindler commented on a change in pull request #1477: URL: https://github.com/apache/lucene-solr/pull/1477#discussion_r418783252
########## File path: gradle/documentation/documentation.gradle ########## @@ -34,4 +36,11 @@ configure(subprojects.findAll { it.path == ':lucene' || it.path == ':solr' }) { ext { docroot = "${project.buildDir}/documentation" } + + task copyDocumentationAssets(type: Copy) { + includeEmptyDirs = false + from('site/html') // lucene Review comment: I was thinking about that too, but this was easier to begin with. I did not want to clone the whole "Copy" task several times. If you tell me how to do this easier, give me a hint! Should I remove the `from` here and then add 2 separate configures for lucene and solr just adding the `from`? ---------------------------------------------------------------- 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