JMockit showing initialization error while running through gradle

I have mentioned the
jvmArgs "-javaagent:${classpath.find { it.name.contains(“jmockit”) }.absolutePath}"
in the build.gradle after going through some of the discussions. But the build seems to be failing for me after adding this to the build.gradle file.
I have no idea why this is happening.
Can anyone please share some suggestion on this ?

The gradle is showing this error after i run the build :-

This is the file where the gradle error is pointing to :-