public class CommonPlugin
extends AemPlugin
Provides 'aem' extension to build script on which all other build logic is based.
| Modifier and Type | Class and Description |
|---|---|
static class |
CommonPlugin.Companion |
AemPlugin.Build| Modifier and Type | Field and Description |
|---|---|
static CommonPlugin.Companion |
Companion |
static java.lang.String |
ID |
static java.lang.String |
STRUCTURE_PROPERTIES_FILE |
| Constructor and Description |
|---|
CommonPlugin()
Provides 'aem' extension to build script on which all other build logic is based.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.gradle.api.Project $receiver) |
@NotNull public static java.lang.String ID
@NotNull public static java.lang.String STRUCTURE_PROPERTIES_FILE
public static CommonPlugin.Companion Companion