io.freefair.aspectj.compile-time-weaving
Owner: Lars Grefer
AspectJ Weaving Plugin
https://github.com/freefair/gradle-plugins/tree/3.8.4/aspectj-plugin
Sources: https://github.com/freefair/gradle-plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("io.freefair.aspectj.compile-time-weaving") version "3.0.0-rc.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.freefair.gradle:aspectj-plugin:3.0.0-rc.6") } } apply(plugin = "io.freefair.aspectj.compile-time-weaving")
- Applying plugins to all subprojects .