We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf232c commit 3c57e2bCopy full SHA for 3c57e2b
1 file changed
src/main/kotlin/com/cognifide/gradle/aem/api/AemConfig.kt
@@ -68,7 +68,7 @@ class AemConfig(
68
* will be performed (only if distributed deploy is enabled).
69
*/
70
@Input
71
- var deployInstanceAuthorName: String = propParser.string("aem.deploy.instance.author.name","$deployEnvironment-${InstanceType.AUTHOR.type}")
+ var deployInstanceAuthorName: String = propParser.string("aem.deploy.instance.author.name", "$deployEnvironment-${InstanceType.AUTHOR.type}")
72
73
/**
74
* Defines maximum time after which initializing connection to AEM will be aborted (e.g on upload, install).
0 commit comments