[SOLVED] Unable to publish to sonatype: Forbidden

I’m using gradle 6.3 and I would like to publish to sonatype , however I’m receiving an access denied error: ReasonPhrase: Forbidden..
I opened a ticket on their site: https://issues.sonatype.org/browse/OSSRH-57101 (more details in that link).
Based on a similar case: https://issues.sonatype.org/browse/OSSRH-27600 , their suggestion was to ask in the gradle community (that is why I’m asking here just in case).

Do any of you have successfully published to sonatype using gradle 6.3?

Thank you.

Update: It was a permission issue in Sonatype side. It has been fixed. Thank you.