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

Best Answer

  • SupDev1
    Answer ✓

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

    Try: plugins {id 'signing'}