de.waschndolos.licenseguard
所有者: Manuel
Gradle许可证保护插件可用于生成用于项目中第三方依赖项的许可证报告
https://github.com/Waschndolos/gradle-license-guard
来源: https://github.com/Waschndolos/gradle-license-guard.git
使用插件 DSL
plugins {
id("de.waschndolos.licenseguard") version "1.2.0"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.de.waschndolos:gradle-license-guard:1.2.0")
}
}
apply(plugin = "de.waschndolos.licenseguard")