Gradle构建配置的签署人 [英] Gradle build configured signatory

查看:204
本文介绍了Gradle构建配置的签署人的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在查看 webpush-java 代码.我在尝试使用gradle构建项目时遇到问题. (我是gradle新手).

I'm looking at the webpush-java code. I run into a problem attempting to build the project using gradle. (I'm a gradle newbie).

:signArchives失败

:signArchives FAILED

失败:构建失败,并出现异常.

FAILURE: Build failed with an exception.

  • 出了什么问题:任务':signArchives'的执行失败.
    无法执行签名任务':signArchives',因为它没有 配置的签名人
  • What went wrong: Execution failed for task ':signArchives'.
    Cannot perform signing task ':signArchives' because it has no configured signatory

我想我需要配置一个签署人.我该怎么办?

I guess that I need to configure a signatory. How do I do that?

推荐答案

在此处找到解决方案 https://github.com/jaegertracing/jaeger-client-java/issues/202 使用以下命令.

Found solution here https://github.com/jaegertracing/jaeger-client-java/issues/202 Use the below command.

./gradlew assemble -x signArchives

这篇关于Gradle构建配置的签署人的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆