I want to use the API of jacoco in my codes in an eclipse gradle project. But the jacoco library seems not on the build path of my project. The jacoco is a plugin of gradle. I can not use jacoco library directly in eclipse gradle project.
Here is an screen shot: when import jacoco library such as 'import org.jacoco....', the system went wrong.
The project is randoop, I can build it using gradle in command line successfully. But I can not develop it in eclipse, can anyone help?