Error 403 libraries.minecraft.net
Inglebard opened this issue · 5 comments
Hi,
I would like to build your mod.
Build always fail because it try to download bscore pom file from https://libraries.minecraft.net/ but return 403.
How can I fix it ?
Replace the beginning of the URL with http://bspk.rs. Everything before /MC/
On Jan 10, 2015, at 3:38 PM, Inglebard [email protected] wrote:
Hi,
I would like to build your mod.
Build always fail because it try to download bscore pom file from https://libraries.minecraft.net/ but return 403.How can I fix it ?
—
Reply to this email directly or view it on GitHub.
Hi,
I follow your documentation, here is my output when i do gradle build
:
FAILURE: Build failed with an exception.
-
What went wrong:
Could not resolve all dependencies for configuration ':compile'.Could not resolve :bspkrsCore:6.15.
Required by:
treecapitator:Treecapitator:2.0.4
Could not GET 'https://libraries.minecraft.net//bspkrsCore/6.15/bspkrsCore-6.15.pom'. Received status code 403 from server: Forbidden -
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Where am i suppose to change the url ?
You'll change the URL in the build.gradle file. Everything before the /MC/... in the URL for bspkrsCore should change to http://bspk.rs
On Jan 12, 2015, at 7:23 AM, Inglebard [email protected] wrote:
Hi,
I follow your documentation, here is my output when i do gradle build :
FAILURE: Build failed with an exception.
What went wrong:
Could not resolve all dependencies for configuration ':compile'.Could not resolve :bspkrsCore:6.15.
Required by:
treecapitator:Treecapitator:2.0.4
Could not GET 'https://libraries.minecraft.net//bspkrsCore/6.15/bspkrsCore-6.15.pom'. Received status code 403 from server: ForbiddenTry:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.BUILD FAILED
Where am i suppose to change the url ?
—
Reply to this email directly or view it on GitHub.