io.github.xiaoyun-sun.aspectjx.greeting
Owner: cloud-sunny
argc aop plugin
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.
argc aop plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.xiaoyun-sun.aspectjx.greeting") 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.greeting")
- Applying plugins to all subprojects .