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?
after some repeated trial and error I got to that this is the command needed to get build going:
but then it still fails with:
...is there some short hand that allows building this without this level of setup?