Multiple subproject minecraft
configurations are not supported
#844
Labels
bug
Relates to or reports a bug in the codebase
minecraft
configurations are not supported
#844
Issue Source
from 17da7eb
Bug Description
When I tried setting up a gradle multi-project with subprojects
Forge
andForgeApi
, I had the same Minecraft version and mappings, but theForge
one was configured with ATs and theForgeApi
one was not. This led to a failure:Workaround
This issue is unlikely to be fixed because it's difficult and there is a known workaround.
The workaround is to apply the same ATs so that both
minecraft
configurations are identical. That way it still works even when ForgeGradle is using the "wrong"minecraft
resource for theForgeApi
subproject.The text was updated successfully, but these errors were encountered: