Update .gitlab-ci.yml file

This commit is contained in:
Kewbit 2024-11-26 05:06:04 +00:00
parent 00430f71b5
commit 492e48899d

View file

@ -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