[SOLVED]Problem running Sponge in Eclipse

I’ve followed the README.md to setup Sponge in eclipse however, for the past two weeks it crashes when running. I’ve retried about 5 times now thinking I’m forgetting a step or something, rebuilt my entire workspace. deleted the .gradle and .eclipse directory in my account directory thinking there was a problem in there, always the same outcome. I know very little about gradle so I could use some help.

I’ve had some issues recently too, I think it’s to do with the order in which the dependencies are loaded when launching.

goto Properties->Build Path->Order and Export.
Then move the forgeSrc up to the highest priority

Or just SpongeCommon dead last.

I think this problem is fixed now though.

That worked. Thanks