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 process
build: build:
stage: build stage: build
image: gradle:jdk21 # Use Gradle with Java 21 image: registry:java-core-builder:latest # Use Gradle with Java 21
script: script:
- echo "Building with Gradle on Java 21..." - echo "Building with Gradle on Java 21..."
- java -version - java -version