How to build smack 4.1.5 source codes?

I can not build the latest source codes of the Smack since the build scripts upgraded from Ant to Gradle.

After overcomed the encoding problem, I always get the following issue:

  • What went wrong:

Execution failed for task ‘:smack-android:signArchives’.

Cannot perform signing task ‘:smack-android:signArchives’ because it has no configured signatory

The step is as blew:

1.gradle build

input anything…

  1. gradle eclipe, it’s OK.

  2. But eclipse…

Can you give any help?

Regards,

Snowing

“gradle build” will try to produce signed artifacts if you checked out a release version, i.e. non-snapshot. Use “gradle assemble” to produce unsigned artifacts, and “gradle check” to run the testsuite over the code.