Hello,
I’m using AspectJ on my java project. I’ve seen that there’re two plugins:
- https://github.com/eveoh/gradle-aspectj
- https://plugins.gradle.org/plugin/aspectj.gradle?_ga=1.262609868.133066275.1490007906
The first one is the one that i’m using currently, but is no longer maintained and there are some bugs.
The second one doesn’t have any documentation.
Is there any alternative?
Thanks.