Skip to content

Commit

Permalink
Remove qbeastSparkMaven
Browse files Browse the repository at this point in the history
It is not needed since the publish is done manually
  • Loading branch information
osopardo1 committed Mar 29, 2022
1 parent 3909f6f commit ecc6ecf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ lazy val qbeastSparkNodep = (project in file("nodep"))
publishGithubSettings,
Compile / packageBin := (qbeastSpark / Compile / packageBin).value)

lazy val qbeastSparkMaven = (project in file("maven"))
.settings(
name := "qbeast-spark",
version := qbeastSparkVersion,
commonSettings,
releaseSettings,
Compile / packageBin := (qbeastSpark / Compile / packageBin).value,
publish / skip := false)

// COMMON SETTINGS
lazy val commonSettings = Seq(
organization := "io.qbeast",
Expand Down

0 comments on commit ecc6ecf

Please sign in to comment.