commit | 61cb0d6e3103614d6588234b479ba29a3d2fd904 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Aug 31 12:25:50 2025 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Aug 31 12:25:50 2025 +0200 |
tree | e532a17f5e2565459228fadc3871b376cfa2f58b | |
parent | 58887f53cafe0ec88501cb126d72d6fd1a8be4f4 [diff] [blame] |
CI: Bump temurin jdk version from 17 to 19 Change-Id: I724a7ff064648bd9968cea2a06d9bac4f09f8355
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7845f56..6a77a75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@ -image: eclipse-temurin:17 +image: eclipse-temurin:19 stages: - build @@ -17,7 +17,7 @@ build: stage: build script: - - ./gradlew --build-cache shadowJar + - ./gradlew --build-cache clean test shadowJar artifacts: paths: - app/build/libs/korapxmltool.jar