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
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!