I am able to do compile time weaving, but is there any way to avoid ant task executions.
We are told not to use any ant related tasks in our projects..
I want to avoid ant.taskdef
ant.aijc calls from Gradle task. The aspect plugin support is not available in Gradle with higher version.
Below is the code I have written but with ANT task in it.please suggest me.