Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stage unnecessarily builds javadoc jar and is slow #651

Closed
liskin opened this issue Aug 13, 2015 · 0 comments
Closed

stage unnecessarily builds javadoc jar and is slow #651

liskin opened this issue Aug 13, 2015 · 0 comments
Labels
feature request universal Zip, tar.gz, tgz and bash issues

Comments

@liskin
Copy link

liskin commented Aug 13, 2015

e7272a7#diff-4ac5daff4c1537288a4074eabd16243cR123 forces all artifacts to be built, including source and javadoc, which in many cases makes builds multiple times slower than necessary (apparently javadoc is not generated incrementally). I had to do this to make it bearable:

mappings in (Compile, packageDoc) := Seq()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request universal Zip, tar.gz, tgz and bash issues
Projects
None yet
Development

No branches or pull requests

2 participants