What version of gradle are you using?
Also, you may want to try cleaning the workspace.
gradle clean cleanEclipse setupDecompWorkspace eclipse
cleanEclipse
and eclipse
can be replaced with cleanIdea
and idea
if using Intellij IDEA (I don’t know but I’m guessing that will work)