com.zhousaito.plugin.publishApp
Owner: 周周
一键发布应用
https://github.com/zhousaito/PublishAppPlugin
Sources: https://github.com/zhousaito/PublishAppPlugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.zhousaito.plugin.publishApp") version "1.0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.zhousaito.plugin:app:1.0.4") } } apply(plugin = "com.zhousaito.plugin.publishApp")
- Applying plugins to all subprojects .