com.github.sample.groovy.plugin
Owner: Mujammil Ahamed
Greetings from Mujammil!
Sources: https://github.com/MujammilAhamed
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.sample.groovy.plugin") version "2.0-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.sample.groovy.plugin:TestGradlePlugin:2.0-SNAPSHOT") } } apply(plugin = "com.github.sample.groovy.plugin")
- Applying plugins to all subprojects .