cn.com.agree.gradle.ameba-gradle-plugin
Owner: Pu Yun
A gradle plugin for Agree Ameba projects
https://github.com/cloudor126/ameba-gradle-plugin
Sources: https://github.com/cloudor126/ameba-gradle-plugin.git
Version 1.0.6 (latest)
1.0.6
Created 09 August 2019.
A gradle plugin for Agree Ameba projects
Add this plugin to your build using the plugins DSL:
plugins {
id("cn.com.agree.gradle.ameba-gradle-plugin") version "1.0.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("cn.com.agree.gradle:ameba-gradle-plugin:1.0.6") } } apply(plugin = "cn.com.agree.gradle.ameba-gradle-plugin")
- Applying plugins to all subprojects .