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:
|
build:
|
||||||
extends: .multitarget
|
extends: .multitarget
|
||||||
image: gradle:7
|
image: gradle:7.2
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- git clone https://github.com/Turasa/libsignal-service-java
|
- git clone https://github.com/Turasa/libsignal-service-java
|
||||||
|
@ -28,7 +28,7 @@ build:
|
||||||
- gradle assemble publish
|
- gradle assemble publish
|
||||||
|
|
||||||
build x86_64-apple-darwin:
|
build x86_64-apple-darwin:
|
||||||
image: gradle:7
|
image: gradle:7.2
|
||||||
stage: build
|
stage: build
|
||||||
tags: [darwin-builder]
|
tags: [darwin-builder]
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue