Skip to content

Commit

Permalink
Fix sonatype publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Apr 15, 2021
1 parent 3c87c62 commit dccc0ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions admin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ name := "piezo-admin"
packageDescription := "Piezo web admin"

PlayKeys.playDefaultPort := 8001

publishTo := sonatypePublishToBundle.value
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ inThisBuild(Seq(
organization := "com.lucidchart",
scalaVersion := "2.11.12",
scmInfo := Some(ScmInfo(url("https://github.com/lucidsoftware/piezo"), "scm:git:[email protected]:lucidsoftware/piezo.git")),
version := sys.props.getOrElse("build.version", "0-SNAPSHOT")
version := sys.props.getOrElse("build.version", "0-SNAPSHOT"),
versionScheme := Some("early-semver"),
))

publishTo := sonatypePublishToBundle.value

0 comments on commit dccc0ec

Please sign in to comment.