Eclipse shows org.codehaus.groovy.runtime.memoize.EvictableCache.getAndPut
My Groovy project with gradle build system shows following exception when i do gradle refresh
Errors occurred during the build.
Errors running builder 'Java Builder' on project 'foo-bar'.
org.codehaus.groovy.runtime.memoize.EvictableCache.getAndPut(Ljava/lang/Object;Lorg/codehaus/groovy/runtime/memoize/MemoizeCache$ValueProvider;)Ljava/lang/Object;
1 Answer
5 years ago by Divya
Figured out it was the issue with the groovy eclipse
plugin. For some reason it crashed.
When i try to install the plugin again it was showing not all options installed. I have reinstalled and the problem is gone.
5 years ago by Karthik Divi