mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
Merge pull request #336 from iRevive/patch-1
Add information on how to enable overwriting using `pushRemoteCache`
This commit is contained in:
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user