Bootstrapping
These plugins are available from the plugin portal. Add the appropriate plugin identifiers to your build.gradle file depending on the type of functionality you require.
build.gradle
plugins {
id 'org.ysb33r.grabatool' version '1.0.0' (1)
}
| 1 | Apply the grabatool plugin. This plugin provides an extension named grabatool with the ability to download and use various distributions and SDK via simple configuration. |