Merge pull request #336 from iRevive/patch-1

Add information on how to enable overwriting using `pushRemoteCache`
This commit is contained in:
eugene yokota 2020-06-17 16:35:20 -04:00 committed by GitHub
commit 68008ee251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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
)
}