[SOLVED] Error by task setupDecompWorkspace

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:

  • pulling latest changes from github - git pull in SpongeForge
  • update all submodules - git submodule update --recursive
  • re-run 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!

1 Like