This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-release.git
The following commit(s) were added to refs/heads/master by this push:
new d84cc2c adjustments for Groovy 4 build
d84cc2c is described below
commit d84cc2c1e6ccf72e02a2b54c8d210c3992d04520
Author: Paul King <[email protected]>
AuthorDate: Mon Dec 7 18:49:53 2020 +1000
adjustments for Groovy 4 build
---
gradle/phase1.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/phase1.gradle b/gradle/phase1.gradle
index e4786b1..a5e2400 100644
--- a/gradle/phase1.gradle
+++ b/gradle/phase1.gradle
@@ -159,7 +159,7 @@ task buildAndUploadStep1(type: Exec, dependsOn:
[assumesPropsSet, updateVersionP
if (project.hasProperty('skipPublish')) {
theArgs += ['install', 'dist']
} else {
- theArgs += ['install', 'dist', 'artifactoryPublish']
+ theArgs += ['install', 'dist', 'signSdkElements', 'artifactoryPublish']
}
commandLine theArgs
}