mjsax commented on a change in pull request #9486:
URL: https://github.com/apache/kafka/pull/9486#discussion_r511135914



##########
File path: build.gradle
##########
@@ -942,6 +942,7 @@ project(':core') {
     from(project(':streams').jar) { into("libs/") }
     from(project(':streams').configurations.runtime) { into("libs/") }
     from(project(':streams:streams-scala').jar) { into("libs/") }
+    
from(project(':streams:streams-scala').configurations.archives.artifacts.files.filter
 { file -> file.name.matches(".*scaladoc.*")}) { into("libs/") }

Review comment:
       Do we actually need to do this? I don't see any other line here that 
would copy JavaDocs-jar into the `lib` directory?
   
   \cc @ijuma 




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


Reply via email to