com.github.smac89.aspectj
所有者: Chigozirim C.
Gradle插件,用于使用aspectJ创建编译方面的任务
https://github.com/smac89/aspectj-gradle
源代码: https://github.com/smac89/aspectj-gradle.git
使用插件块 DSL
plugins {
id("com.github.smac89.aspectj") version "0.1.2"
}
使用旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.github.smac89.aspectj:aspectj-gradle:0.1.2")
}
}
apply(plugin = "com.github.smac89.aspectj")