We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b703b2 commit f32a74bCopy full SHA for f32a74b
build.sbt
@@ -3,8 +3,6 @@ addCommandAlias("console", "datasource/console")
3
4
lazy val root = project
5
.in(file("."))
6
- .withId("RF")
7
- .aggregate(core, datasource, pyrasterframes)
8
.withId("RasterFrames")
9
.aggregate(core, datasource, pyrasterframes, experimental)
10
.settings(publishArtifact := false)
@@ -24,7 +22,7 @@ lazy val datasource = project
24
22
lazy val experimental = project
25
23
.dependsOn(core % "test->test;compile->compile")
26
.dependsOn(datasource % "test->test;compile->compile")
27
-
+ .disablePlugins(SparkPackagePlugin)
28
29
lazy val docs = project
30
.dependsOn(core, datasource)
0 commit comments