Update ConvertResolver.scala

Add information on how to enable overwriting using `pushRemoteCache`.
This commit is contained in:
Maksim Ochenashko 2020-06-17 13:27:26 +03:00 committed by GitHub
parent f55b3c1c7a
commit c8626e5402
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
)
}