gradle / gradle-build-action

Execute your Gradle build and trigger dependency submission
https://github.com/marketplace/actions/gradle-build-action
MIT License
679 stars 97 forks source link

groupdocs-conversion-cloud Received status code 403 from server: Forbidden #741

Closed mario16 closed 1 year ago

mario16 commented 1 year ago

Hi! We are using this action to build our Java API. The API has a dependency with groupdocs-cloud SDK for java. We have implemented a java API with jhipster, Spring boot and Gradle. When we add the repo and dependency on build.gradle configuration file, locally works fine. Although we have a 403 forbidden error when we run the code on a GitHub action. After several attempts it works. The url of the repo is public, we view this issue on other developers but we don't realize which is the solution.

The error is: Could not GET 'https://releases.groupdocs.cloud/java/repo/com/groupdocs/groupdocs-conversion-cloud/23.4/groupdocs-conversion-cloud-23.4.pom'. Received status code 403 from server: Forbidden

Any help would be great. Thanks in advance!

mario16 commented 1 year ago

This issue was with the library repo, the owner's library already fixed it. So I close this issue.