Skip to content

Commit 14ed136

Browse files
committed
rm s3-spark skip docs publish flag
1 parent 27628b1 commit 14ed136

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

project/Settings.scala

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ object Settings {
4242
val all = external ++ local
4343
}
4444

45-
lazy val skipDocPublish = Seq(
46-
Compile / packageDoc / publishArtifact := false
47-
)
48-
4945
lazy val noForkInTests = Seq(
5046
Test / fork := false
5147
)
@@ -463,7 +459,7 @@ object Settings {
463459
import geotrellis.spark._
464460
import geotrellis.spark.store.s3._
465461
"""
466-
) ++ noForkInTests ++ commonSettings ++ skipDocPublish
462+
) ++ noForkInTests ++ commonSettings
467463

468464
lazy val shapefile = Seq(
469465
name := "geotrellis-shapefile",

0 commit comments

Comments
 (0)