Hi all,
When preparing a release build, I ran the command according to the document
[1]:
*./gradlew prepareVote -Prc=2 -Pasf -Pasf.git.pushRepositoryProvider=GITBOX*
Then I got the following error message:
*Build calcite FAILURE reason: Execution failed for task ':pushRcTag':
Caused by: org.eclipse.jgit.api.errors.TransportException:
https://gitbox.apache.org/repos/asf/calcite.git
<https://gitbox.apache.org/repos/asf/calcite.git>: not authorized*
However, when I remove the last command line argument:
*./gradlew prepareVote -Prc=2 -Pasf*
It seemed to finish successfully.
Is this expected?
Thank you in advance.
Best,
Liya Fan
[1] https://calcite.apache.org/docs/howto.html#making-a-release-candidate