CI: перевод сборки на gradle jdk21-ubi10

This commit is contained in:
Дмитрий Соловьев
2026-06-09 12:43:35 +03:00
parent 060bcce9f2
commit a5c6b66826
11 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -85,7 +85,7 @@ variables:
stations:test:
stage: test
image: repo.nstart.cloud/library/gradle:jdk17-ubi10
image: repo.nstart.cloud/library/gradle:jdk21-ubi10
extends:
- .stations:rules:test
- .stations:gradle-cache
@@ -104,7 +104,7 @@ stations:test:
stations:build:
stage: build
image: repo.nstart.cloud/library/gradle:jdk17-ubi10
image: repo.nstart.cloud/library/gradle:jdk21-ubi10
extends:
- .stations:rules:build-and-image
- .stations:gradle-cache