bbejeck commented on pull request #9486: URL: https://github.com/apache/kafka/pull/9486#issuecomment-716650023
@ijuma This latest change gets us where I think want to be. Using the same test procedure from before, we only have scaladoc files for streams-scala ``` find . -name '*scaladoc.jar' | xargs ls -la -rw-r--r-- 1 bill staff 1334323 Oct 26 11:53 ./org/apache/kafka/kafka-streams-scala_2.12/2.8.0-SNAPSHOT/kafka-streams-scala_2.12-2.8.0-20201026.155354-1-scaladoc.jar -rw-r--r-- 1 bill staff 1326180 Oct 26 11:56 ./org/apache/kafka/kafka-streams-scala_2.13/2.8.0-SNAPSHOT/kafka-streams-scala_2.13-2.8.0-20201026.155648-1-scaladoc.jar ``` The `build.gradle` file now only generates scaladoc archives specifically for streams-scala vs. all sub-projects using the scala plugin. In the future, if we need to generate public scaladoc for another module we'll have to make the same changes. ---------------------------------------------------------------- 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