org.ysb33r.grabaprop
Owner: Schalk Cronjé
Plugins download SDKs & distributions and to simpify property resolving
https://ysb33rorg.gitlab.io/grabatool
Sources: https://gitlab.com/ysb33rOrg/grabatool.git
Version 0.2.2
0.2.2
Created 11 April 2020.
Plugins download SDKs & distributions and to simpify property resolving
Add this plugin to your build using the plugins DSL:
plugins {
id("org.ysb33r.grabaprop") version "0.2.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.ysb33r.gradle:grabatool:0.2.2") } } apply(plugin = "org.ysb33r.grabaprop")
- Applying plugins to all subprojects .