Skip to content

Commit

Permalink
Fix publish configuration for overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
hayasshi committed Nov 16, 2019
1 parent 59785b8 commit 38d72f8
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 @@ -44,6 +44,8 @@ lazy val root = (project in file(".")).

publishTo := sonatypePublishTo.value,
publishMavenStyle := true,
publishConfiguration := publishConfiguration.value.withOverwrite(true),
publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true),

credentials += Credentials(
"Sonatype Nexus Repository Manager",
Expand Down

0 comments on commit 38d72f8

Please sign in to comment.