com.github.mahnkong.gteg2neo4j.Gteg2Neo4jExtension.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-teg2neo4j-plugin Show documentation
Show all versions of gradle-teg2neo4j-plugin Show documentation
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