com.github.kropp.thanks
所有者: Victor Kropp
以 GitHub 星标的方式感谢您所依赖的库
https://github.com/kropp/gradle-plugin-thanks
源代码: https://github.com/kropp/gradle-plugin-thanks
使用 插件 DSL
plugins {
id("com.github.kropp.thanks") version "0.3"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.github.kropp.gradle:gradle-plugin-thanks:0.3")
}
}
apply(plugin = "com.github.kropp.thanks")