You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: