I migrated from the eclipse springsource gradle plugin to buildship. Now I am getting the following errors when I start up eclipse
java.io.IOException: Unable to resolve plug-in “platform:/plugin/org.springsource.ide.eclipse.gradle.ui.taskview/icons/gradle-icon-16.png”.
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:65)
at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:290)
at org.eclipse.core.runtime.FileLocator.find(FileLocator.java:152)
at org.eclipse.jface.resource.URLImageDescriptor.getStream(URLImageDescriptor.java:140)
at org.eclipse.jface.resource.URLImageDescriptor.getImageData(URLImageDescriptor.java:105)
…
I looked in my plugins and I do not see the springsource plugin and maybe that is what eclipse is saying but I do not know why it is trying to find it and/or what is referencing it. I have reinstalled Eclipse Mars.