Update .gitlab-ci.yml file
This commit is contained in:
parent
00430f71b5
commit
492e48899d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ patch:
|
|||
# Build process
|
||||
build:
|
||||
stage: build
|
||||
image: gradle:jdk21 # Use Gradle with Java 21
|
||||
image: registry:java-core-builder:latest # Use Gradle with Java 21
|
||||
script:
|
||||
- echo "Building with Gradle on Java 21..."
|
||||
- java -version
|
||||
|
|
Loading…
Reference in a new issue