build: add Java 21 to Gitlab CI

This commit is contained in:
Skylot
2024-01-15 19:34:29 +00:00
parent 6f1dfb6848
commit f994abee21
+5
View File
@@ -17,3 +17,8 @@ java-17:
stage: test
image: eclipse-temurin:17
script: ./gradlew clean build dist copyExe
java-21:
stage: test
image: eclipse-temurin:21
script: ./gradlew clean build dist copyExe