AlmuraDev / Almura

The official mod of the Almura Client and Server.
http://www.almuramc.com
Other
16 stars 10 forks source link

Guava 27.1 conflict with client and SpongeForge #550

Open Dockter opened 8 months ago

Dockter commented 8 months ago

SpongeForge requires guava 27.1-jre. If you run the client with it you will get the following error once you try to load a world:

https://gist.github.com/Dockter/f85809e9613b6a1d61b3ea814ec429c4

Fixing this issue is a matter of deleting: .gradle\caches\modules-2\files-2.1\com.google.guava\guava\27.1-jre /s /q

Deleting this file will allow the client to run. I cannot figure out why when we refresh Almura's gradle config it download this file.