GeyserMC / Geyser-Fabric

MIT License
74 stars 18 forks source link

1.18 branch isn't on the OpenCollab maven #44

Closed Oliver-makes-code closed 2 years ago

Oliver-makes-code commented 2 years ago

On the OpenCollab maven there's Geyser-Fabric for 1.16 and 1.17, but not 1.18, and because of that, I can't include it in my Gradle project.

Konicai commented 2 years ago

If anyone is going to suggest using jitpack temporarily:

  1. Geyser-Fabric builds with Java 17
  2. Geyser-Fabric uses gradle
  3. Jitpack automatically uses Java 8 and doesn't detect the java version of gradle projects (unless specified in a separate jitpack.yml)
Camotoy commented 2 years ago

This should be resolved.