Android Studio gradle bintray 上传失败:无法签署版本
Android Studio gradle bintray upload failed: Could not sign version
运行
之后
./gradlew bintrayUpload
我收到以下错误。
:my-library:bintrayUpload FAILED
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':my-library:bintrayUpload'.
Could not sign version '0.8.1': HTTP/1.1 400 Bad Request [message:Private key is required, please supply it by using a JSON
body or alternatively you can stored in your Bintray profile]
尝试:运行 使用 --stacktrace 选项获取堆栈跟踪。 运行 使用 --info 或 --debug 选项以获得更多日志输出。
构建失败
之前我按照 this tutorial.
中的描述安装 GPG 身份验证时它一直在工作
但是,当我尝试更新版本时(如 所述),它停止工作了。
我通过删除 Bintray 中的 GPG 密钥然后 .
解决了这个问题
这主要发生在 local.properties
文件重新生成之后。
如果您还记得密码,请不要生成新密钥,只需在 local.propreties
文件中添加以下行:
bintray.gpg.password= yourpassowrd
运行
之后./gradlew bintrayUpload
我收到以下错误。
:my-library:bintrayUpload FAILED
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':my-library:bintrayUpload'.
Could not sign version '0.8.1': HTTP/1.1 400 Bad Request [message:Private key is required, please supply it by using a JSON body or alternatively you can stored in your Bintray profile]
尝试:运行 使用 --stacktrace 选项获取堆栈跟踪。 运行 使用 --info 或 --debug 选项以获得更多日志输出。
构建失败
之前我按照 this tutorial.
中的描述安装 GPG 身份验证时它一直在工作但是,当我尝试更新版本时(如
我通过删除 Bintray 中的 GPG 密钥然后
这主要发生在 local.properties
文件重新生成之后。
如果您还记得密码,请不要生成新密钥,只需在 local.propreties
文件中添加以下行:
bintray.gpg.password= yourpassowrd