org.partiql.pig.pig-gradle-plugin
Owner: PartiQL
The PIG gradle plugin exposes a Gradle task to generate sources from a PIG type universe
https://github.com/partiql/partiql-ir-generator/wiki
Sources: https://github.com/partiql/partiql-ir-generator
Version 0.6.2
0.6.2
Created 23 May 2023.
The PIG gradle plugin exposes a Gradle task to generate sources from a PIG type universe
Add this plugin to your build using the plugins DSL:
plugins {
id("org.partiql.pig.pig-gradle-plugin") version "0.6.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.partiql:pig-gradle-plugin:0.6.2") } } apply(plugin = "org.partiql.pig.pig-gradle-plugin")
- Applying plugins to all subprojects .