Dykam / tabbychat

TabbyChat chat mod for Minecraft
16 stars 0 forks source link

Cannot build, forgeBin 403's. Can I just build LiteLoader only? #51

Closed Brottweiler closed 10 years ago

Brottweiler commented 10 years ago

Saw this minecraft forum post, so I cloned the repo and ran ./gradlew setupCIWorkspace build.

But got this error:

FAILURE: Build failed with an exception.

* Where:
Build file '/home/brott/build/tabbychat/build.gradle' line: 74

* What went wrong:
Could not resolve all dependencies for configuration ':compile'.
> Could not resolve :forgeBin:1.7.2-10.12.1.1060.
  Required by:
      asc.tabbychat:tabbychat:1.11.0
   > Could not GET 'https://libraries.minecraft.net//forgeBin/1.7.2-10.12.1.1060/forgeBin-1.7.2-10.12.1.1060.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

Total time: 41.413 secs

If you go to https://libraries.minecraft.net//forgeBin/1.7.2-10.12.1.1060/forgeBin-1.7.2-10.12.1.1060.pom, you will see "Access Denied".

This is Forge, can I make it LiteLoader build only so I don't even have to deal with this Forge error?

Brottweiler commented 10 years ago

Solved it after googleing more and doing these steps:

Brottweiler commented 10 years ago

To update, I can just run ./gradlew setupCIWorkspace then ./gradlew build to build it, the other two commands are not needed.