This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new 1b9f8b5 use gradle 6.3 to set up
1b9f8b5 is described below
commit 1b9f8b5567eb42113a42cd7946555fd83516dd89
Author: Antoine Toulme <[email protected]>
AuthorDate: Sat May 2 21:11:39 2020 -0700
use gradle 6.3 to set up
---
Jenkinsfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index b9df482..0a2e29f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,10 +25,10 @@ pipeline {
steps {
timeout(time: 5, unit: 'MINUTES') {
sh """if [ ! -f "gradle-5.0-bin.zip" ]; then
- wget
https://services.gradle.org/distributions/gradle-5.0-bin.zip
- unzip gradle-5.0-bin.zip
+ wget
https://services.gradle.org/distributions/gradle-6.3-bin.zip
+ unzip gradle-6.3-bin.zip
+ gradle-6.3/bin/gradle setup
fi
- gradle-5.0/bin/gradle setup
"""
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]