Groovy Documentation

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

java.lang.Object
  org.batcha.gradle.plugins.gitDependencies.GitDependenciesPlugin
All Implemented Interfaces:
Plugin

class GitDependenciesPlugin

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 .


Method Summary
void apply(Project project)

Plugin application.

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

Method Detail

apply

void apply(Project project)
Plugin application.


 

Groovy Documentation