Groovy Documentation

org.standardout.gradle.plugin.include
[Java] Class IncludePlugin

java.lang.Object
  org.standardout.gradle.plugin.include.IncludePlugin
All Implemented Interfaces:
Plugin

public class IncludePlugin

Gradle plugin that allows including build scripts similar to apply from, but allows providing parameters.

Authors:
Simon Templer


Method Summary
void apply(Project project)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), 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

de
	public
public void apply(Project project)


 

Groovy Documentation