Skip to content

Commit f32a74b

Browse files
committed
Disabled spark-packages plugin in experimental project.
Signed-off-by: Simeon H.K. Fitch <[email protected]>
1 parent 6b703b2 commit f32a74b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ addCommandAlias("console", "datasource/console")
33

44
lazy val root = project
55
.in(file("."))
6-
.withId("RF")
7-
.aggregate(core, datasource, pyrasterframes)
86
.withId("RasterFrames")
97
.aggregate(core, datasource, pyrasterframes, experimental)
108
.settings(publishArtifact := false)
@@ -24,7 +22,7 @@ lazy val datasource = project
2422
lazy val experimental = project
2523
.dependsOn(core % "test->test;compile->compile")
2624
.dependsOn(datasource % "test->test;compile->compile")
27-
25+
.disablePlugins(SparkPackagePlugin)
2826

2927
lazy val docs = project
3028
.dependsOn(core, datasource)

0 commit comments

Comments
 (0)