twitter / scalding

A Scala API for Cascading
http://twitter.com/scalding
Apache License 2.0
3.5k stars 706 forks source link

Skip scala doc in 2.12 for java classes #1663

Closed piyushnarang closed 7 years ago

piyushnarang commented 7 years ago

While trying to publish our 2.11 and 2.12 artifacts ran into some issues on a couple of modules on 2.12 due to https://github.com/scala/scala-dev/issues/249. Specifically scalding-commons and scalding-parquet. Both of them failed to compile docs (./sbt ++2.12.1 scalding-parquet/compile:doc). Tried this fix based on the suggestion in the scala-dev issue and I am now able to compile these two modules. @johnynek / @fwbrasil what do you think?

fwbrasil commented 7 years ago

👍 LGTM

johnynek commented 7 years ago

👍