2222// Leave me and my custom keys alone!
2323Global / lintUnusedKeysOnLoad := false
2424ThisBuild / versionScheme := Some (" semver-spec" )
25+ ThisBuild / dynverVTagPrefix := false
26+ ThisBuild / dynverSonatypeSnapshots := true
27+ ThisBuild / publishMavenStyle := true
28+ ThisBuild / Test / publishArtifact := false
2529
2630addCommandAlias(" makeSite" , " docs/makeSite" )
2731addCommandAlias(" previewSite" , " docs/previewSite" )
2832addCommandAlias(" ghpagesPushSite" , " docs/ghpagesPushSite" )
2933addCommandAlias(" console" , " datasource/console" )
3034
31- ThisBuild / sonatypeCredentialHost := " s01.oss.sonatype.org"
32- ThisBuild / sonatypeRepository := " https://s01.oss.sonatype.org/service/local"
33-
3435// Prefer our own IntegrationTest config definition, which inherits from Test.
3536lazy val IntegrationTest = config(" it" ) extend Test
3637
3738lazy val root = project
38- .in(file(" ." ))
3939 .withId(" RasterFrames" )
40- .aggregate(core, datasource, pyrasterframes)
40+ .aggregate(core, datasource)
41+ .settings(publish / skip := true )
4142
4243lazy val `rf-notebook` = project
4344 .dependsOn(pyrasterframes)
@@ -203,4 +204,4 @@ lazy val docs = project
203204lazy val bench = project
204205 .disablePlugins(CiReleasePlugin )
205206 .dependsOn(core % " compile->test" )
206- .settings(publish / skip := true )
207+ .settings(publish / skip := true )
0 commit comments