mirror of https://github.com/sbt/sbt.git
Merge pull request #336 from iRevive/patch-1
Add information on how to enable overwriting using `pushRemoteCache`
This commit is contained in:
commit
68008ee251
|
|
@ -401,7 +401,11 @@ private[sbt] object ConvertResolver {
|
|||
|If you have a staging repository that has failed, drop it and start over.
|
||||
|Otherwise fix the double publishing, or relax the setting as follows:
|
||||
| publishConfiguration := publishConfiguration.value.withOverwrite(true)
|
||||
| publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true)""".stripMargin,
|
||||
| publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true)
|
||||
|
|
||||
|If you have a remote cache respoitory, you can enable overwriting as follows:
|
||||
| pushRemoteCacheConfiguration := pushRemoteCacheConfiguration.value.withOverwrite(true)
|
||||
|""".stripMargin,
|
||||
ex
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue