Version 1.2-SNAPSHOT (latest)
1.2-SNAPSHOT
Created 03 June 2016.
Parsec extension of gradle-templates
Add this plugin to your build using the plugins DSL:
plugins {
id("com.yahoo.parsec-templates") version "1.2-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.yahoo.parsec.parsec-templates:parsec-templates:1.2-SNAPSHOT") } } apply(plugin = "com.yahoo.parsec-templates")
- Applying plugins to all subprojects .