willemml / hl-mc-kt

Headless Minecraft Client written in Kotlin
GNU General Public License v3.0
46 stars 12 forks source link

Bad Gateway #21

Open Ectalite opened 2 years ago

Ectalite commented 2 years ago

Hi,

When building, I'm getting this error:

> Task :compileKotlin FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileKotlin'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not resolve net.daporkchop.lib:minecraft-text:0.5.5-20201106.114836-37.
     Required by:
         project :
      > Could not resolve net.daporkchop.lib:minecraft-text:0.5.5-20201106.114836-37.
         > Could not get resource 'https://dl.bintray.com/kotlin/ktor/net/daporkchop/lib/minecraft-text/0.5.5-SNAPSHOT/minecraft-text-0.5.5-20201106.114836-37.pom'.
            > Could not GET 'https://dl.bintray.com/kotlin/ktor/net/daporkchop/lib/minecraft-text/0.5.5-SNAPSHOT/minecraft-text-0.5.5-20201106.114836-37.pom'. Received status code 502 from server: Bad Gateway
Ectalite commented 2 years ago

Buildtray website is down. So I removed the two faulty repositories and download worked.