me.ele.gradle
Owner: Dante Sun
Eleme Gradle Plugin
https://github.com/dantesun/ele-gradle-plugin
Sources: https://github.com/dantesun/ele-gradle-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("me.ele.gradle") version "1.0.3-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.me.ele:ele-gradle-plugin:1.0.3-SNAPSHOT") } } apply(plugin = "me.ele.gradle")
- Applying plugins to all subprojects .