Gradle build configured signatory

时光怂恿深爱的人放手 提交于 2020-01-03 15:33:19

问题


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 FAILED

FAILURE: Build failed with an exception.

  • 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?


回答1:


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

./gradlew assemble -x signArchives


来源:https://stackoverflow.com/questions/49273023/gradle-build-configured-signatory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!