-
Gradle插件用于在Android项目中生成证书的代码
资源介绍
Gradle License Plugin
This plugin provides a task to generate a HTML license report based on the
configuration. (eg. licenseDebugReport for all debug dependencies in an Android project).
Applying this to an Android or Java project will generate a the license
file(open_source_licenses.html) in the /build/reports/licenses/.
Also, for Android projects the license HTML file will be copied to /src/main/assets/.
Download
Release:
buildscript {
repositories {
jcenter()
}
dependencies {