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.1
0.2.1
Created 29 March 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.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.ysb33r.gradle:grabatool:0.2.1") } } apply(plugin = "org.ysb33r.grabaprop")
- Applying plugins to all subprojects .