From 0a479545a4fd49364ea755a4e41e838ea7cd5961 Mon Sep 17 00:00:00 2001 From: finn Date: Tue, 26 Oct 2021 19:32:14 -0700 Subject: [PATCH] Update gradle version --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d7793d..1160bad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ variables: build: extends: .multitarget - image: gradle:7 + image: gradle:7.2 stage: build script: - git clone https://github.com/Turasa/libsignal-service-java @@ -28,7 +28,7 @@ build: - gradle assemble publish build x86_64-apple-darwin: - image: gradle:7 + image: gradle:7.2 stage: build tags: [darwin-builder] script: