This plugin creates a dsl for Tigergraph. The dsl allows you to describe connections to a Tigergraph server.
The Giraffle plugin has been published to the Gradle plugins repository. You
may use it by referencing it within your plugins
block. Please refer to the
Using the plugin section for instructions.
Please refer to our documentation site for a complete guide.
Like most Gradle plugins, you simply need to add the id to the plugins closure.
plugins {
id("com.optum.giraffle") version "1.3.4.1"
}
repositories {
jcenter()
}