gradle-plugin-template:Gradle 插件的模板项目

时间:2024-07-10 06:52:01
【文件属性】:

文件名称:gradle-plugin-template:Gradle 插件的模板项目

文件大小:117KB

文件格式:ZIP

更新时间:2024-07-10 06:52:01

Groovy

适用于 Android 的 Gradle 插件模板项目 这是一个关于 Android Gradle 插件的模板项目。 plugin/目录是实现 Gradle 插件的主要模块,包括插件类、扩展类和任务类。 plugin/ - The main module of a Gradle plugin example/ - An example android application that uses this plugin buildSrc/ - A helper module to use this plugin in example modules Gradle属性 将gradle.properties.sample复制到~/.gradle/gradle.properties并设置正确的值。 请注意, PGP_KEY_ID是gpg --list-secret-keys显示的值。


【文件预览】:
gradle-plugin-template-master
----.travis.yml(614B)
----gradlew.bat(2KB)
----gradlew(5KB)
----example()
--------src()
--------build.gradle(500B)
----buildSrc()
--------settings.gradle(72B)
--------build.gradle(85B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----gradle.properties.sample(217B)
----CHANGES.md(87B)
----plugin()
--------src()
--------build.gradle(2KB)
----.gitignore(66B)
----README.md(2KB)
----settings.gradle(37B)
----build.gradle(288B)

网友评论