com.yahoo.parsec.gradle-plugin
Owner: Parsec Maintainer
Parsec gradle plugin
https://github.com/yahoo/parsec
Add this plugin to your build using the plugins DSL:
plugins {
id("com.yahoo.parsec.gradle-plugin") version "1.0.0-pre"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.yahoo.parsec:parsec-gradle-plugin:1.0.0-pre") } } apply(plugin = "com.yahoo.parsec.gradle-plugin")
- Applying plugins to all subprojects .