com.bettycc
Owner:
Frank Cheng
用闪电般的速度打100个友盟包,让你体验前所未有的快感
https://github.com/ufo22940268/UmengAutoPackage
Sources: https://github.com/ufo22940268/UmengAutoPackage
Version 1.0-SNAPSHOT (latest)
Created 08 September 2015.
用闪电般的速度打100个友盟包,让你体验前所未有的快感
Add this plugin to your build using the plugins DSL:
plugins {
id("com.bettycc") version "1.0-SNAPSHOT"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("com.bettycc:com.bettycc.gradle.plugin:1.0-SNAPSHOT") }
It can then be applied in the precompiled script plugin:plugins { id("com.bettycc") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.bettycc:com.bettycc.gradle.plugin:1.0-SNAPSHOT") } } apply(plugin = "com.bettycc")
- Applying plugins to all subprojects .