From 7eb645dc28305cc4b09764e6f8039f4840da2787 Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Wed, 7 Aug 2024 13:52:07 +0200 Subject: [PATCH] update gitlab CI --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f438119..8de0e95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,13 +5,13 @@ stages: - deploy test: - image: openjdk:17 + image: openjdk:21 stage: test script: - - ./gradlew --continue --console=plain --info runPluginVerifier + - ./gradlew --continue --console=plain --info verifyPlugin jar: - image: openjdk:17 + image: openjdk:21 stage: jar script: - ./gradlew --continue --console=plain --info buildPlugin -- GitLab