de.jensklingenberg.cabret
所有者: Jens Klingenberg
基于注解触发的日志记录方法调用插件
https://github.com/Foso/Cabret-Log
源码: https://github.com/Foso/Cabret-Log.git
版本 1.0.0(最新版本)
1.0.0
创建于 2020 年 12 月 20 日。
基于注解触发的日志记录方法调用插件
使用 插件 DSL
plugins {
id("de.jensklingenberg.cabret") version "1.0.0"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.de.jensklingenberg.cabret:gradle-plugin:1.0.0")
}
}
apply(plugin = "de.jensklingenberg.cabret")