【发布时间】:2015-09-28 05:06:12
【问题描述】:
gradle 签名插件需要 secring.gpg 密钥环文件,根据文档:https://docs.gradle.org/current/userguide/signing_plugin.html
但自 gpg 2.1 版以来,secring.gpg 不再存在。 https://www.gnupg.org/faq/whats-new-in-2.1.html
gpg >= 2.1是否可以使用gradle的签名插件?
【问题讨论】: