@groovy.transform.CompileStatic class SharedPropertyPlugin extends java.lang.Object implements Plugin<Project>
Gradle can't share properties across buildSrc or composite projects. This plugin ensures that properties not defined in this project, but are in the root grails-core project, are accessible in this project. This plugin must be applied prior to the access of any property for it to work properly
| Constructor and description |
|---|
SharedPropertyPlugin() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
apply(Project project) |
|
void |
populateParentProperties(Directory projectDirectory, Directory rootDirectory, ExtraPropertiesExtension ext, Project project) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |