Hi I ave been looking at activejdbc and it depends on instrumentation to work , they give example both in Ant and maven on how to do it, but I still have not been able to translate this into gradle. I read the maven plugin but I could not figure how to do the same can you help me out?
<plugin>
<groupId>activejdbc</groupId>
<artifactId>activejdbc-instrumentation</artifactId>
<version>1.4.1</version>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>instrument</goal>
</goals>
</execution>
</executions>
</plugin>