Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
JusteRaimbault committed Jan 7, 2020
1 parent 465c992 commit 5857b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ publishTo in ThisBuild := {
else Some("releases" at nexus + "service/local/staging/deploy/maven2")
}

// TODO remove when clean version released
//publishConfiguration := publishConfiguration.value.withOverwrite(true)
// use to overwrite when publish non-snapshot if issue during a previous release tentative
publishConfiguration := publishConfiguration.value.withOverwrite(true)

credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")

Expand Down

0 comments on commit 5857b3c

Please sign in to comment.