Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle task 'publishToMavenLocal' fails #1461

Closed
deining opened this issue Nov 12, 2021 · 2 comments
Closed

Gradle task 'publishToMavenLocal' fails #1461

deining opened this issue Nov 12, 2021 · 2 comments
Labels
theme: build An issue or change related to the build system type: enhancement ✨
Milestone

Comments

@deining
Copy link
Contributor

deining commented Nov 12, 2021

Using the gradle task publishToMavenLocal, I want to publish a snapshot to my local cache. This task fails, however:

$ ./gradlew publishToMavenLocal

> Configure project :
...
...
> Task :signReleasePublication FAILED

FAILURE: Build failed with an exception.

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

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 32s
13 actionable tasks: 13 executed
@remkop remkop added the theme: build An issue or change related to the build system label Nov 13, 2021
@remkop
Copy link
Owner

remkop commented Nov 13, 2021

Hi @deining, I committed a fix for this.
Does this solve the issue?

@remkop remkop added this to the 4.6.3 milestone Nov 13, 2021
@deining
Copy link
Contributor Author

deining commented Nov 13, 2021

Hi @deining, I committed a fix for this. Does this solve the issue?

Yes, I does. Thanks for authoring the fix so quickly.

@deining deining closed this as completed Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: build An issue or change related to the build system type: enhancement ✨
Projects
None yet
Development

No branches or pull requests

2 participants