By executing the task setupDecompWorkspace
i get this error:
Thanks for your help,
Feeliiix
By executing the task setupDecompWorkspace
i get this error:
Thanks for your help,
Feeliiix
Could not resolve net.minecraft:minecraft_serverSrc:1.8-PROJECT(SpongeCommon).
Make sure that your submodules are up to date by:
git pull
in SpongeForgegit submodule update --recursive
gradle setupDecompWorkspace
Try doing gradle clean
as well, to clear out any old junk
I fixed it. I manually ran fixMcSources
in SpongeCommon.
Thanks that you tried to help me @ZephireNZ!