From e51f2d3dcd34739994c3692e396fea8b44fa2a39 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Sat, 21 Aug 2021 07:56:52 -0700 Subject: [PATCH] update gradle to try to fix funny timeout --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77be3e6..ae70bc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: gradle:6.8.2-jdk8 +image: gradle:7.2.0-jdk8 # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"'