You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug gradle build task triggers signArchives, it causes to not be able to build synapse in local.
To Reproduce
Steps to reproduce the behavior:
./gradlew build
Outcome:
* What went wrong:
Execution failed for task ':synapse-aws-auth:signArchives'.
> Cannot perform signing task ':synapse-aws-auth:signArchives' because it has no configured signatory
Expected behavior
It should be able to build de library and create the artefacts for local use. We expect to have a separated task for signArchives which it's only used by library maintainers.
The text was updated successfully, but these errors were encountered:
Describe the bug
gradle build
task triggerssignArchives
, it causes to not be able to build synapse in local.To Reproduce
Steps to reproduce the behavior:
./gradlew build
Outcome:
Expected behavior
It should be able to build de library and create the artefacts for local use. We expect to have a separated task for
signArchives
which it's only used by library maintainers.The text was updated successfully, but these errors were encountered: