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

Signing stuff on Gradle causes problems #32

Closed
BenMcLean opened this issue Oct 26, 2017 · 2 comments
Closed

Signing stuff on Gradle causes problems #32

BenMcLean opened this issue Oct 26, 2017 · 2 comments

Comments

@BenMcLean
Copy link
Contributor

BenMcLean commented Oct 26, 2017

I get jars of libgdx-inGameConsole made through Jitpack. As this build log shows, the signing stuff in build.gradle causes the build to fail, presumably for anyone using gradle except StrongJoshua himself.

I've been able to work around this over on my fork by simply stripping out all signing related stuff from build.gradle. But what you'll probably want to do to address this is to configure gradle properly so that it only attempts this signing stuff on request.

@playmyskay
Copy link

maybe you simply have to add a file named "gradle.properties" with the following content:

ossrhUsername=
ossrhPassword= 

Hope this helps.

@StrongJoshua
Copy link
Owner

@playmyskay Is right. You need to specify a signing identity. It should let you sign because nothing in the signing portion of the build.gradle is specific to any key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants