Version SNAPSHOT-0.1 (latest)
SNAPSHOT-0.1
Created 11 June 2017.
Example Gradle Plugin XX
Add this plugin to your build using the plugins DSL:
plugins {
id("gradle.plugin.example") version "SNAPSHOT-0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.appunite:gradle.plugin.example:SNAPSHOT-0.1") } } apply(plugin = "gradle.plugin.example")
- Applying plugins to all subprojects .