AspectJ + Gradle configuration

后端 未结 6 696
执念已碎
执念已碎 2021-02-04 11:31

I\'d like to use AspectJ in Gradle project (it\'s not an Android project - just a simple Java app).

Here is how my build.gradle looks like:

apply plugin         


        
6条回答
  •  广开言路
    2021-02-04 12:26

    Looks like there is a new "official" gradle plugin for AspectJ:

    https://plugins.gradle.org/plugin/aspectj.gradle

    Unfortunately the documentation is minimal. I haven't tried it myself.

提交回复
热议问题