You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/03/24 12:26:18 UTC

[groovy] branch GROOVY_3_0_X updated: temp disable caches to try to fix Travis build failure for JDK17

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 60481f4  temp disable caches to try to fix Travis build failure for JDK17
60481f4 is described below

commit 60481f407ebefb0b6b54c1451d47cec266225403
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Mar 24 22:26:10 2022 +1000

    temp disable caches to try to fix Travis build failure for JDK17
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index fa7d793..8fc4048 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -79,6 +79,6 @@ before_cache:
 
 cache:
   directories:
-    - $HOME/.gradle/caches/
+#    - $HOME/.gradle/caches/
     - $HOME/.gradle/wrapper/