Android代码-生成证书的gradle插件

时间:2022-08-25 23:50:07
【文件属性】:
文件名称:Android代码-生成证书的gradle插件
文件大小:176KB
文件格式:ZIP
更新时间:2022-08-25 23:50:07
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 {
【文件预览】:
gradle-license-plugin-master
----.gitignore(1KB)
----settings.gradle(43B)
----build.gradle(2KB)
----src()
--------main()
--------test()
----.travis.yml(3KB)
----.buildscript()
--------deploy-snapshot.sh(583B)
----gradlew(6KB)
----LICENSE(11KB)
----CHANGELOG.md(3KB)
----README.md(7KB)
----gradlew.bat(3KB)
----gradle.properties(1KB)
----gradle()
--------wrapper()
--------compile.gradle(1KB)
--------dependencies.gradle(795B)
--------plugin.gradle(128B)
--------scan.gradle(104B)
--------publish.gradle(4KB)
----.gitattributes(115B)
----.editorconfig(279B)

网友评论