cn.bestwu.profile
Owner: Peter Wu
Profile Gradle Plugin
https://bitbucket.org/betterwu/profile-plugin
Sources: https://bitbucket.org/bestwu/app-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("cn.bestwu.profile") version "1.4.31"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.cn.bestwu.gradle:profile-plugin:1.4.31") } } apply(plugin = "cn.bestwu.profile")
- Applying plugins to all subprojects .