question

Upvotes
Accepted
1 0 0 1

Eclipese Gradle ERROR: Ema:Core:signArchives FAILED

hi Guys, after config ESDK in WIN7 environment, I can execute gradlew.bat Jar command successfully, but integration with Eclipse IDE, I get one error message from Eclipse Gradle console, which says as:


Task :Ema:Core:sourcesJar UP-TO-DATE
> Task :Ema:Core:signArchives FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':Ema:Core:signArchives'.
> Cannot perform signing task ':Ema:Core:signArchives' because it has no configured signatory

would you please help to check if there still need additional configuration steps in Eclipse IDE environment? many thanks

elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @zhanxing

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
4.1k 4 7 12

Do you check plugins? Does your build.gradle file has the 'signing' plugin?

Try: plugins {id 'signing'}

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.