public class ReleaseConfigurationPlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
Adds extensions:
ReleaseConfiguration| Constructor and Description |
|---|
ReleaseConfigurationPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.gradle.api.Project project) |
ReleaseConfiguration |
getConfiguration()
Returns the release configuration instance that is hooked up to the root project
|
public void apply(org.gradle.api.Project project)
apply in interface org.gradle.api.Plugin<org.gradle.api.Project>public ReleaseConfiguration getConfiguration()