Optum / giraffle

Gradle Plugin for Tigergraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Giraffle Build Status Build Scan Maven Central

Files

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.

Using the plugin

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()
}

Development Assistance

Fork and clone this repository. After this you should be able to make changes, compile, test and publish. The publishToMavenLocal will make the plugin available to your Gradle projects. Add the mavenLocal() repository to your repositories closure.

About

Gradle Plugin for Tigergraph

License:Apache License 2.0


Languages

Language:Kotlin 98.3%Language:HTML 1.7%