-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error "Received status code 403 from server: Forbidden" with v2022-07-28T23-23-00 #53
Comments
Hey, can you share more details about your project configuration? The download path looks suprising to me, because the maven-archiver pom should not be a subdirectory of the gradle-debian-plugin. |
Sure. This is what we have in build.gradle. buildscript { |
So, the For modern versions of Gradle your config should be replaced by:
|
@itsthamarai did that help? |
No, it is still the same issue. Getting "Could not find org.apache.maven:maven-archiver:3.8.5.' error. |
Can you run the build including |
A problem occurred configuring root project ' '.
Possible solution:
|
Thanks, I finally found the reason and I'm going to release a fix this week. |
An updated plugin with the dependency fix is now available:
|
Thanks a lot for your patience! If anything still doesn't work, please leave a note here or create another issue. |
Thank you!! It works great now.. |
Hi - We are using this version "v2022-07-28T23-23-00" in our project, we are getting the error "Could not GET 'https://mvnrepository.com/artifact/de.gesellix/gradle-debian-plugin/org/apache/maven/maven-archiver/3.8.5/maven-archiver-3.8.5.pom'. Received status code 403 from server: Forbidden" for the last couple of days.
The text was updated successfully, but these errors were encountered: