Edit pcp-ballistics-service.yml перевод на java 21
This commit is contained in:
@@ -95,7 +95,7 @@ variables:
|
|||||||
|
|
||||||
ballistics:test:
|
ballistics:test:
|
||||||
stage: test
|
stage: test
|
||||||
image: repo.nstart.cloud/library/gradle:jdk17-ubi10
|
image: repo.nstart.cloud/library/gradle:jdk21-ubi10
|
||||||
services:
|
services:
|
||||||
- name: repo.nstart.cloud/postgis/postgis:16-3.4
|
- name: repo.nstart.cloud/postgis/postgis:16-3.4
|
||||||
alias: postgres
|
alias: postgres
|
||||||
@@ -124,7 +124,7 @@ ballistics:test:
|
|||||||
|
|
||||||
ballistics:build:
|
ballistics:build:
|
||||||
stage: build
|
stage: build
|
||||||
image: repo.nstart.cloud/library/gradle:jdk17-ubi10
|
image: repo.nstart.cloud/library/gradle:jdk21-ubi10
|
||||||
extends:
|
extends:
|
||||||
- .ballistics:rules:build-and-image
|
- .ballistics:rules:build-and-image
|
||||||
- .ballistics:gradle-cache
|
- .ballistics:gradle-cache
|
||||||
|
|||||||
Reference in New Issue
Block a user