enasequence / sequencetools

Webin sequence validation API.
Apache License 2.0
10 stars 3 forks source link

remove signing target from build rules #5

Closed satta closed 8 years ago

satta commented 8 years ago

Hi,

with respect to #4 one more change was necessary to allow building for me: removing the signing functionality from build.gradle. Otherwise I would have seen:

* What went wrong:
Execution failed for task ':embl-api-core:signArchives'.
> Cannot perform signing task ':embl-api-core:signArchives' because it has no configured signatory
kethireddy commented 8 years ago

We can't remove the signing task from build, as we need this task to publish the jar in maven repository.

I just excluded this signArchives task from jar building : https://github.com/enasequence/sequencetools/commit/2cdb1cb25f8b8ea9511347e50b66db7cf11ea4b2

satta commented 8 years ago

Absolutely fine, thanks!