File tree Expand file tree Collapse file tree
main/kotlin/com/cognifide/gradle/aem/api
test/resources/com/cognifide/gradle/aem/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ buildscript {
110110 }
111111
112112 dependencies {
113- classpath 'com.cognifide.gradle:aem-plugin:3.0.2 '
113+ classpath 'com.cognifide.gradle:aem-plugin:3.0.3 '
114114 }
115115}
116116
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group ' com.cognifide.gradle'
9- version ' 3.0.2 '
9+ version ' 3.0.3 '
1010description = ' Gradle AEM Plugin'
1111defaultTasks = [' clean' , ' build' , ' publishToMavenLocal' ]
1212
Original file line number Diff line number Diff line change @@ -64,13 +64,11 @@ class AemConfig(
6464 var deployInstanceList: String = propParser.string(" aem.deploy.instance.list" , " " )
6565
6666 /* *
67- * Determines instance which will be used when:
68- *
69- * - CRX package activation from author to publishers will be performed (only if distributed deploy is enabled).
70- * - Task 'aemCheckout' or 'aemSync' will be executed.
67+ * Determines instance which will be used when CRX package activation from author to publishers
68+ * will be performed (only if distributed deploy is enabled).
7169 */
7270 @Input
73- var deployInstanceAuthorName: String = " $deployEnvironment -${InstanceType .AUTHOR .type} "
71+ var deployInstanceAuthorName: String = propParser.string( " aem.deploy.instance.author.name " , " $deployEnvironment -${InstanceType .AUTHOR .type} " )
7472
7573 /* *
7674 * Defines maximum time after which initializing connection to AEM will be aborted (e.g on upload, install).
@@ -125,7 +123,7 @@ class AemConfig(
125123 * Repeat install when failed (brute-forcing).
126124 */
127125 @Input
128- var installRetryTimes: Int = propParser.int(" aem.install.retry.times" , 0 )
126+ var installRetryTimes: Int = propParser.int(" aem.install.retry.times" , 3 )
129127
130128 /* *
131129 * Time to wait after repeating failed install.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ repositories {
66}
77
88dependencies {
9- classpath ' com.cognifide.gradle:aem-plugin:3.0.2 '
9+ classpath ' com.cognifide.gradle:aem-plugin:3.0.3 '
1010 classpath ' biz.aQute.bnd:biz.aQute.bnd.gradle:3.5.0'
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21"
1212}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77
88 dependencies {
9- classpath ' com.cognifide.gradle:aem-plugin:3.0.2 '
9+ classpath ' com.cognifide.gradle:aem-plugin:3.0.3 '
1010 classpath ' biz.aQute.bnd:biz.aQute.bnd.gradle:3.5.0'
1111 }
1212}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77
88 dependencies {
9- classpath ' com.cognifide.gradle:aem-plugin:3.0.2 '
9+ classpath ' com.cognifide.gradle:aem-plugin:3.0.3 '
1010 }
1111}
1212
You can’t perform that action at this time.
0 commit comments