I use application plugin in gradle (v1.10) to package and to run my apps.
So, now I need to use aspects (aspectj), and I dont want to use aspectj-compiler (ajc).
Is it possible to tweak gradle application run scripts, so my app could be run with load-time-weaving? Something like providing jvm options:
-javaagent:_path_to_aspectj_weaver.jar
Yep, that's done like this: