Skip to content

Commit

Permalink
Add overwrite setting to publish configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rbraeunlich committed Sep 4, 2019
1 parent ac5fb1c commit 9a8f709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ sonatypeProfileName := "r.braeunlich"
pomIncludeRepository := { _ => false }
publishArtifact in Test := false
publishMavenStyle := true
publishConfiguration := publishConfiguration.value.withOverwrite(true)
publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true)
releasePublishArtifactsAction := PgpKeys.publishSigned.value
releaseProcess += releaseStepCommand("sonatypeReleaseAll")

0 comments on commit 9a8f709

Please sign in to comment.