Hey guys,
I’m trying to get a vanilla server up and running but I seem to be having a bit of trouble trying to compile SpongeVanilla.
Im running a Debian Wheezy server and I get up to running this command ./gradlew
from the Setup section of the documents GitHub - SpongePowered/SpongeVanilla: The SpongeAPI implementation for Vanilla Minecraft..
When I try to use ./gradlew I get this
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all dependencies for configuration ':runtime'.
> Could not resolve :minecraft_merged_bin_SpongeVanilla:1.8.
Required by:
org.spongepowered:SpongeVanilla:1.8-2.1DEV-0
> Could not resolve :minecraft_merged_bin_SpongeVanilla:1.8.
> Could not get resource 'https://libraries.minecraft.net//minecraft_merged_bin_SpongeVanilla/1.8/minecraft_merged_bin_SpongeVanilla-1.8.pom'.
> Could not GET 'https://libraries.minecraft.net//minecraft_merged_bin_SpongeVanilla/1.8/minecraft_merged_bin_SpongeVanilla-1.8.pom'. Received status code 403 from server: Forbidden
* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.
BUILD FAILED
I do have full printout if needed. I ran the command with --info like it says to do.
Im not sure what I am doing wrong.