com.github.aman400.gradlebot
Owner: Amandeep Anguralla
A custom build automation plugin for Android build automation.
https://github.com/aman400/GradleBotPlugin
Sources: https://github.com/aman400/GradleBotPlugin
Version 0.1-beta04
0.1-beta04
Created 02 December 2018.
A custom build automation plugin for Android build automation.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.aman400.gradlebot") version "0.1-beta04"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.aman400.gradlebot:gradlebot:0.1-beta04") } } apply(plugin = "com.github.aman400.gradlebot")
- Applying plugins to all subprojects .