public class CommonOptions
public CommonOptions(@NotNull
AemExtension aem)
public org.gradle.api.provider.Property<java.lang.String> getBaseName()
Base name used as default for CRX packages being created by compose or collect task and also for OSGi bundle JARs.
public org.gradle.api.provider.Property<java.lang.Boolean> getOffline()
Allows to disable features that are using running AEM instances.
It is more soft offline mode than Gradle's one which does much more. It will not use any Maven repository so that CI build will fail which is not expected in e.g integration tests.
public org.gradle.api.provider.Property<java.lang.String> getEnv()
Determines current environment name to be used in e.g package deployment.
public org.gradle.api.provider.Property<com.cognifide.gradle.aem.common.utils.LineSeparator> getLineSeparator()
Specify characters to be used as line endings when cleaning up checked out JCR content.
public org.gradle.api.provider.Property<java.lang.String> getArchiveExtension()
public org.gradle.api.provider.Property<java.lang.String> getExecutableExtension()