FabricMC / fabric-loom

Gradle build system plugin used to automate the setup of a minecraft mod development environment.
MIT License
223 stars 194 forks source link

Can't setup when using fabric loom #1041

Closed wdog5 closed 3 months ago

wdog5 commented 5 months ago

It can be happend sometimes, even I delete all cache of .gralde or delete all cache,it is still happend when using fabric loom maybe about "net.fabricmc.loom.configuration.providers.mappings.IntermediateMappingsService"? It is only happend when using fabric loom Logs below: log.txt

SNWCreations commented 5 months ago

It seems that this is a dependency conflict. Check your usage about Guava?

wdog5 commented 5 months ago

I delete all of the cache,it is not effective

SNWCreations commented 5 months ago

I think it is not caused by cache, maybe you specified a version of Guava, and loom wanted another version...

I'm not sure. Check if your code used things in Guava and downgrade Guava, see correct version in Loom's build script. If you don't have Guava specified in your script, I have no idea. ¯_(ツ)_/¯

modmuss50 commented 5 months ago

Do you have any other plugins, this is possibly related to: https://github.com/FabricMC/fabric-loom/issues/1020

modmuss50 commented 3 months ago

Closing as no response