Update gradle version
This commit is contained in:
parent
b59336d7e4
commit
0a479545a4
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue