GeyserMC / GeyserAndroid

Geyser Android is an Android app version of Geyser.
https://geysermc.org
MIT License
51 stars 22 forks source link

Received status code 409 from server #32

Open gfiedler opened 3 years ago

gfiedler commented 3 years ago

Describe the bug

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:lintVitalRelease'.
> Could not resolve all artifacts for configuration ':app:debugCompileClasspath'.
   > Could not resolve com.github.CloudburstMC:Protocol:6985f66.
     Required by:
         project :app
      > Could not resolve com.github.CloudburstMC:Protocol:6985f66.
         > Could not get resource 'https://repo.opencollab.dev/maven-snapshots/com/github/CloudburstMC/Protocol/6985f66/Protocol-6985f66.pom'.
            > Could not GET 'https://repo.opencollab.dev/maven-snapshots/com/github/CloudburstMC/Protocol/6985f66/Protocol-6985f66.pom'. Received status code 409 from server: Conflict

To Reproduce 3ec878eef3fc09d55b432b89025a85729e971aaa on master

./gradlew build

Expected behavior Build command exited without error.