File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -360,15 +360,16 @@ object Unidoc {
360
360
packages
361
361
.map(_.filterNot(_.getName.contains(" $" )))
362
362
.map(_.filterNot(_.getCanonicalPath.contains(" akka" )))
363
- .map(_.filterNot(_.getCanonicalPath.contains(" deploy" )))
364
- .map(_.filterNot(_.getCanonicalPath.contains(" network" )))
365
- .map(_.filterNot(_.getCanonicalPath.contains(" shuffle" )))
366
- .map(_.filterNot(_.getCanonicalPath.contains(" executor" )))
363
+ .map(_.filterNot(_.getCanonicalPath.contains(" org/apache/spark/ deploy" )))
364
+ .map(_.filterNot(_.getCanonicalPath.contains(" org/apache/spark/ network" )))
365
+ .map(_.filterNot(_.getCanonicalPath.contains(" org/apache/spark/ shuffle" )))
366
+ .map(_.filterNot(_.getCanonicalPath.contains(" org/apache/spark/ executor" )))
367
367
.map(_.filterNot(_.getCanonicalPath.contains(" python" )))
368
- .map(_.filterNot(_.getCanonicalPath.contains(" collection" )))
369
- .map(_.filterNot(_.getCanonicalPath.contains(" apache/spark/sql/catalyst" )))
370
- .map(_.filterNot(_.getCanonicalPath.contains(" sql/execution" )))
371
- .map(_.filterNot(_.getCanonicalPath.contains(" sql/hive/test" )))
368
+ .map(_.filterNot(_.getCanonicalPath.contains(" org/apache/spark/collection" )))
369
+ .map(_.filterNot(_.getCanonicalPath.contains(" org/apache/spark/sql/catalyst" )))
370
+ .map(_.filterNot(_.getCanonicalPath.contains(" org/apache/spark/sql/types" )))
371
+ .map(_.filterNot(_.getCanonicalPath.contains(" org/apache/spark/sql/execution" )))
372
+ .map(_.filterNot(_.getCanonicalPath.contains(" org/apache/spark/sql/hive/test" )))
372
373
}
373
374
374
375
lazy val settings = scalaJavaUnidocSettings ++ Seq (
You can’t perform that action at this time.
0 commit comments