All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mahnkong.gteg2neo4j.Gteg2Neo4jExtension.groovy Maven / Gradle / Ivy

Go to download

A Gradle-Plugin which enables the "Gradle Task Execution Graph" of a project's build to be stored inside a Neo4j instance

The newest version!
package com.github.mahnkong.gteg2neo4j

/**
 * Created by mahnkong on 27.02.2016.
 */
class Gteg2Neo4jExtension {
    def String neo4jUser
    def String neo4jPassword
    def String neo4jServer
    def boolean disabled = false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy