Skip to content

Commit

Permalink
Skip publish root
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed May 13, 2024
1 parent 1629dc4 commit 09c525e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ lazy val publishSettings = Seq(
) ++ sonatypeSettings

lazy val sonatypeSettings = Seq(
publishMavenStyle := true,
sonatypeProfileName := "com.azavea",
developers := List(
Developer("moradology", "Nathan Zimmerman", "[email protected]", url("https://github.com/moradology")),
Expand All @@ -89,7 +88,7 @@ lazy val root = project
.aggregate(mamlJs, mamlJvm, mamlSpark)
.settings(commonSettings)
.settings(publishSettings)
.settings(noPublishSettings)
.settings(publish / skip := true, publishLocal / skip := true)

lazy val maml = crossProject(JSPlatform, JVMPlatform)
.in(file("."))
Expand Down

0 comments on commit 09c525e

Please sign in to comment.