io.github.xiaoyun-sun.aspectjx
Owner: cloud-sunny
aspectjx
https://github.com/xiaoyun-sun/aspectjx
Sources: https://github.com/xiaoyun-sun/aspectjx
Version 1.0.0 (latest)
1.0.0
Created 23 August 2022.
aspectjx
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.xiaoyun-sun.aspectjx") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.xiaoyun-sun:aspectjx:1.0.0") } } apply(plugin = "io.github.xiaoyun-sun.aspectjx")
- Applying plugins to all subprojects .