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: