Groovy Documentation

org.batcha.gradle.plugins.gitDependencies
[Groovy] Class GitDependenciesConvention

java.lang.Object
  org.batcha.gradle.plugins.gitDependencies.GitDependenciesConvention

class GitDependenciesConvention

Copyright 2013 Baptiste Chatrain This file is part of Gradle Git-Dependencies Plugin. Gradle Git-Dependencies Plugin is free software: you can redistribute it and/or modifyit under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Gradle Git-Dependencies Plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Gradle Git-Dependencies Plugin. If not, see .


Property Summary
java.lang.String gitDependenciesDir

Directory to clone/fetch sources from git dependencies' repositories into

 
Constructor Summary
GitDependenciesConvention(Project project)

Constructor.

 
Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

gitDependenciesDir

java.lang.String gitDependenciesDir
Directory to clone/fetch sources from git dependencies' repositories into


 
Constructor Detail

GitDependenciesConvention

GitDependenciesConvention(Project project)
Constructor.
Parameters:
project


 

Groovy Documentation