StrongJoshua/libgdx-inGameConsole

Signing stuff on Gradle causes problems

Closed this issue · 2 comments

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.

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

ossrhUsername=
ossrhPassword= 

Hope this helps.

@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.