Thanks for your interest in Optum’s Giraffle project! Unfortunately, we have moved on and this project is no longer actively maintained or monitored by our Open Source Program Office. This copy is provided for reference only. Please fork the code if you are interested in further development. The project and all artifacts including code and documentation remain subject to use and reference under the terms and conditions of the open source license indicated. All copyrights reserved.
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()
}