document how to build
Opened this issue · 2 comments
maxandersen commented
after some repeated trial and error I got to that this is the command needed to get build going:
OSSRH_USERNAME=blah OSSRH_PASSWORD=blah GH_USER=bfdf GH_TOKEN=fff ./gradlew build
but then it still fails with:
> Cannot perform signing task ':signArchives' because it has no configured signatory
...is there some short hand that allows building this without this level of setup?
HanSolo commented
Oh I wasn’t aware that this is not working, usually you simply build it with gradlew clean build
. Will fix that…