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 f7eecdf use gradle 6.3 to set up
f7eecdf is described below
commit f7eecdfce6555095e9a4f31a5b02c566e9fa5488
Author: Antoine Toulme <[email protected]>
AuthorDate: Sat May 2 21:14:22 2020 -0700
use gradle 6.3 to set up
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 0a2e29f..df21809 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,7 +24,7 @@ pipeline {
stage('Set up gradle') {
steps {
timeout(time: 5, unit: 'MINUTES') {
- sh """if [ ! -f "gradle-5.0-bin.zip" ]; then
+ sh """if [ ! -f "gradle-6.3-bin.zip" ]; then
wget
https://services.gradle.org/distributions/gradle-6.3-bin.zip
unzip gradle-6.3-bin.zip
gradle-6.3/bin/gradle setup
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]