【发布时间】:2019-12-14 11:42:37
【问题描述】:
对于一个存储库,我在尝试部署时突然遇到 409 错误:
* What went wrong:
Execution failed for task ':bintrayUpload'.
> Could not upload to 'https://api.bintray.com/content/serenity/maven/serenity-cucumber4/1.0.24/property(class java/lang/String, map(provider(?)))/property(class java.lang.String, map(provider(?)))/property(class java.lang.String, map(provider(?)))/property(class java.lang.String, map(provider(?)))-property(class java.lang.String, map(provider(?)))-sources.jar': HTTP/1.1 409 Conflict [message:Unable to upload files: An artifact with the path 'property(class java/lang/String, map(provider(?)))/property(class java.lang.String, map(provider(?)))/property(class java.lang.String, map(provider(?)))/property(class java.lang.String, map(provider(?)))-property(class java.lang.String, map(provider(?)))-sources.jar' already exists under another version]
该构建使用 Gradle,并且已经使用了几年并且运行良好。相同的构建过程目前适用于其他类似的模块。
有没有人遇到过类似的问题?
【问题讨论】: