Gradle tests tasks fail since no aspectj load time weaving agent is running

Hi, In order for me to weave in load time i’m using the javaagent argument: -javaagent:C:/Users/nir/Desktop/spring-instrument-3.2.6.RELEASE.jar

Problem is now all my gradle tests tasks doesn’t work because the agent is not running.

i tried to add the agent configuration argument to the run configuration of the gradle tasks but its not working.

any ideas why?