You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/05/03 04:07:05 UTC

[incubator-tuweni] branch master updated: run gradle setup no matter what

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 7cf34f6  run gradle setup no matter what
7cf34f6 is described below

commit 7cf34f698d69da669bdc31e5dd91a5306079936e
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sat May 2 21:06:50 2020 -0700

    run gradle setup no matter what
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 67e7da3..b9df482 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,8 +27,8 @@ pipeline {
                     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
-                            gradle-5.0/bin/gradle setup
                           fi
+                          gradle-5.0/bin/gradle setup
                         """
                 }
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org